therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
836 stars 442 forks source link

Admin Reset User Passwords #222

Open alastair147 opened 6 years ago

alastair147 commented 6 years ago

Hey I'm mainly wondering, Is there something that will be put in later on, or a feature I am just missing for resetting a users password if not via email.

As I am not using the email part of this, for my workspace I need to manually accept each person, So never setup SMTP. Wondering if there is a way to reset peoples password without email? Even if we can just generate a token as Admin and give that to the user? The project this is being used on is one where contact is made via discord, so we know if its the real person asking instead of someone sending a request.

This would just be a really handy feature, otherwise I will have to just go and disable to verify emails so that it doesn't send those but can send password resets.

Ideally we would like to handle it all if required ever..

Thanks!