Streamline registration and login process
- [x] Change the registration page to ask for the user's "business email" - [x] Make the password confirmation field mandatory - [x] Redirect the user to the stored url (or otherwise dashboard) after the study program page (Example: register, confirm email (without selecting programmes), invite that user to a company, click on the link in the email to accept invitation.) - Go to http://localhost:3000/course_editions/3 without logging in. Log in. You should be redirected back to that page. - Go to http://localhost:3000/course_editions/3 without filling in programmes first. Fill in programmes. You should be redirected back to that page. - Saving programmes should bring you to the dashboard, not the user page. ![340](/uploads/48307bbf086cc34dbd12175322c2b7d5/340.jpg)
issue