Page 1 of 1

new user email

Posted: 2020-11-17 18:13
by graham
The process by which a new user is 'informed' of the fact that they've been added to the app seems a little lacking - or am I missing something? I'm adding the new User(s) via the admin panel (I don't want anonymous users in this example). And the person I've added gets the default email - but in that email I have to tell them that they'll be getting a further email with their username/password and the address. So not sure what the point of the default mail is .. would it not make more sense if that default mail also included their username/password? I could change the default email every time I added a new user to accommodate this but that's a very dodgy way forward. (Or as I say, am I missing something here?)

Re: new user email

Posted: 2020-11-18 11:40
by a.gneady
You're right indeed. I've added a fix for this in the roadmap fir future releases now: Include a {username} and {password} placeholder that can be replaced with the actual user and pass in the email notification. What you can actually do right now is to include the password reset link in the email to let the user select a new password on their own: your_app_url/membership_passwordReset.php

Re: new user email

Posted: 2020-11-18 12:55
by graham
Thanks Ahmed... although I daren't send them to the password reset link right now because of the 4 character/1 character problem which you are kindly addressing. But if I can add placeholders in the email itself so that the default email in the admin panel says:
'Hi, blah blah, welcome, here's your {username} and {password} Blah blah.
If that's it, no need to touch the default email again - problem fixed.