e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link

[Feature request]: after unban user set is as not verified, not active #5181

Closed Jimmi08 closed 1 month ago

Jimmi08 commented 4 months ago

Motivation

Possibility to send activation email, activate user manually

Possibility to resend email for activated users - ban them and unban them, then activate...

Fix for unbanned user by mistake...

Thanks

Proposed Solution

Just set $sql->update("user", "user_ban='2' WHERE user_id='".$userid."' ");

instead $sql->update("user", "user_ban='0' WHERE user_id='".$userid."' ");

Alternatives

Use PHPMyadmin to change value manually Add option change status from Activate to Not verified

Additional Context

No response