-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for new user registration #7
Comments
@zizther I'm not 100% sure what you're asking here. What are you trying to achieve with Most of the points you mentioned are already available with Craft's standard register front end form. Apart from:
|
@bymayo This would essentially register a user within Craft via Porter without the need for someone to enter a password, the user would get a link and be able to immediately create and login to their account on the frontend. The purpose of generating a password is because Craft requires one. This would mimic how medium.com and poe.com work. Assigning to a group is already handled within the default approach for user registration within Craft, and I guess it would be a feature feature in Craft to assign to multiple groups using the default approach. |
@zizther Ahh i don't know the flows of medium or poe, but i might have seen something similar. Is this so that the user doesn't have to enter a password? When they return to the site to login they just enter their email and are emailed a magic login link? |
@bymayo That is correct, works for new users and returning users. For this to work a password would have to be generated and added to the user account. The only scenario I can see being an issue is if the user wants to change their email address, they will need to use their password |
@zizther I could rework this so that a link could be sent to the users email to accept the change. I'll see what i can do. |
Is there support for new user registration, which would work the same as the login functionality, and proceed to create a new user, generating a random password under their account if the email address does not match any user?
If this doesn't exist, it would be good if it followed the standard Craft approach to registrations, in addition to:
The text was updated successfully, but these errors were encountered: