LoginRegister
LoginRegister copied to clipboard
ProcessWire 3.x module for rendering and processing login, user registration, and profile edits.
Please do not forget about this module it's really important for Processwire developers. And yes, we need file/image upload feature still to forget about other content management systems completely.
Hello @ryancramerdesign , this pull request adds "from" email address to be configurable from module settings. Additionally it changes default from email address format to: [email protected], same as in the...
And change, please, version after pull
Hello, first of all, thank you for this great module. I would like to mention one issue I met when I used this module in my new project. I have...
It would be **so good** if it could be an option för admins to get a notification as soon as someone conferms their registation. Could this be added? Thanks for...
After hooking a checkbox field render (to conform to a bootstrap v4.3x checkbox component), I was wondering why it was working for the Register form but not the Profile form....
After hooking a checkbox field render (to conform to a bootstrap v4.3x checkbox component), I was wondering why it was working for the Register form but not the Profile form....
Addition of try/catch to prevent error on CSRF validation
These changes will send a confirmation mail if user changes the email address in profile form. The email address will only be changed if the address is confirmed. The user...
If the logged in user can change the e-mail address in his profile, this new e-mail address should be validated by a new confirmation code sent to this new e-mail...