kaz Posted February 16, 2021 Posted February 16, 2021 I would like to create a client login. I do the registration, not the clients. Therefore no registration in the frontend. I think Login Register Pro isn't suitable, because it is more aimed at open registration. Which module would be best for a customer login? If there's something suitable?
Jan Romero Posted February 16, 2021 Posted February 16, 2021 If you’re up for it you can just create your own login form and send the input to $session->login(). That may be sufficient if you really manage everything yourself, but if you need users to do “Forgot Password”, change their passwords and all that annoying stuff, the module will probably be worth it. 1
horst Posted February 16, 2021 Posted February 16, 2021 I don't get what you are looking for, if you need no registration in the front. Do you need a Login form in the front? It must have at least a username and a password field, Additionally some security protection like $session->CSRF would be good, for example. There are examples here in the forums for those simple steps. Maybe I will find one. wait, ...
horst Posted February 16, 2021 Posted February 16, 2021 here is one from ryan: here is another (that I don't know) and more can be find using the g**gle site search. 1
adrian Posted February 16, 2021 Posted February 16, 2021 4 hours ago, Jan Romero said: but if you need users to do “Forgot Password”, change their passwords and all that annoying stuff, These might help: https://processwire.com/modules/password-force-change/ https://processwire.com/modules/email-new-user/
kaz Posted February 17, 2021 Author Posted February 17, 2021 Thanks for your help, with your experience it's easier to find a solution.
cstevensjr Posted February 18, 2021 Posted February 18, 2021 Moderator note: this is not a module support thread, so I'm moving it to the General Support area of the forum instead. Please keep in mind that the Modules/Plugins area is only intended for module-specific support threads. Thanks! 1
kaz Posted February 19, 2021 Author Posted February 19, 2021 On 2/18/2021 at 2:00 PM, cstevensjr said: Moderator note: this is not a module support thread, so I'm moving it to the General Support area of the forum instead. Please keep in mind that the Modules/Plugins area is only intended for module-specific support threads. Thanks! Why I can't ask a question for a module in the Modules/Plugins board? Where could that be better? I can't understand, that a search for a module is better placed in the General Board than in the Modules Board ;) No problem, push it …
teppo Posted February 19, 2021 Posted February 19, 2021 34 minutes ago, kaz said: Why I can't ask a question for a module in the Modules/Plugins board? Where could that be better? I can't understand, that a search for a module is better placed in the General Board than in the Modules Board ;) No problem, push it … Hey kaz! This is just a forum policy: the Modules/Plugins area is reserved for support threads of existing modules, one per module. If a question is about an existing module, feel free to post it in the applicable thread. You can find a link ti the thread from the modules directory entry for that particular module. If its not (like this thread here, which is a general question about "which module to use") it's best suited for the general support area. Hope this clarifids things a bit ? 1
pwFoo Posted March 15, 2021 Posted March 15, 2021 Hi, do not use my old "FrontendUser: login, logout and register users / members" module... It's not up to date and not maintained for a long time...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now