phpbbmodders / phpbb-3.1-ext-adduser

A port of the phpBB 3.0.x version of the Add User Mod
GNU General Public License v2.0
11 stars 10 forks source link

Option to NOT send the new user a password email #22

Open tbird1965 opened 6 years ago

tbird1965 commented 6 years ago

Is it possible to add a checkbox during the add user process to choose whether or not to email the new user their password?

Reason behind the request: I use this extension to add users to a closed, corporate forum. Our users want to use the same login as their corporate login, so we must use LDAP. To create the user, I have to deactivate the board's LDAP, add the user with a dummy password, and then activate the LDAP again. This way, the new user can have his corporate username and password without me knowing his password. But, as soon as I create the user, he/she receives an email with the dummy password in plaintext. Often, they try to login with this dummy password (which won't work once LDAP is on). To try to get around this, I now also disable board emails before I create new users - and hope nobody posts a topic in the meantime!

Unfortunately I cannot program in PHP, so I am sure if I tried to contribute, I would break something!

Thank you.

ashishpatel1992 commented 4 years ago

+1