Approve account each time user changes his/her email [message #39074] |
Tue, 25 September 2007 10:18 |
neo83
Messages: 7 Registered: September 2007
Karma: 0
|
Junior Member |
|
|
Hi,
I am running the latest stable version of FUDforum. I would like to know, if there is any option of making a user unconfirmed, when he/she changes his/her's email account. All new registrants need to be approved by the admin. Byt after a while, if the user changes the email, i want the account to be unconfirmed until the admin approves the account.
The reason i'm asking this is, we are accepting users only with legitimate email addresses from office/university.
All users with free email accounts are not being approved. So when the user registers with a work email, and the user is approved, we do not want the user to change his email to free email account (example: hotmail, yahoo, gmail).
We have email filters to disallow users to use free accounts like hotmail or yahoo, but these filters are only applied when a user registers for the first time and not when an existing user changes his/her's email?
Can someone shed some light on the above please?
Thanks,
Praveen
[Updated on: Tue, 25 September 2007 14:07] Report message to a moderator
|
|
|
Re: Approve account each time user changes his/her email [message #39081 is a reply to message #39074] |
Tue, 25 September 2007 18:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can set the unconfirmed flag via the users_opt bitmask inside users_reg.inc.t if the e-mail address changes and re-execute the delivery of the confirmation e-mail from register.php.t (same code as the one used to update user info).
FUDforum Core Developer
|
|
|
|
|
|