Forum ‹ QuickConnect ‹ How delete users or recover password?
6 posts
• Page 1 of 1
How delete users or recover password?
How I can delete 1 user or recover him password without email?
- Neutrino
- Posts: 12
- Joined: April 26th, 2011, 2:20 pm
Re: How delete users or recover password?
Hey,
QuickConnect does not have a feature to delete a single user, or recover passwords for users who didn't register with e-mail. Sorry.
If he did specify his e-mail, you can send him an recover e-mail by calling the simpleRecoverPassword() method with his username or e-mail.
Best,
Oliver
QuickConnect does not have a feature to delete a single user, or recover passwords for users who didn't register with e-mail. Sorry.
If he did specify his e-mail, you can send him an recover e-mail by calling the simpleRecoverPassword() method with his username or e-mail.
Best,
Oliver
-

Oliver - .IO
- Posts: 1136
- Joined: January 12th, 2010, 8:29 am
Re: How delete users or recover password?
This is not good 
- Neutrino
- Posts: 12
- Joined: April 26th, 2011, 2:20 pm
Re: How delete users or recover password?
Oliver wrote:Hey,
QuickConnect does not have a feature to delete a single user, or recover passwords for users who didn't register with e-mail. Sorry.
Best,
Oliver
if i want to ban some users, what kind of method i can use?
- lightnoid
- Posts: 4
- Joined: November 13th, 2011, 4:15 am
Re: How delete users or recover password?
create a table with all banned users and check at login if the current user is in this table. if so, disconnect him.
- RastaRalle
- Paid Member
- Posts: 47
- Joined: August 18th, 2010, 2:46 pm
Re: How delete users or recover password?
RastaRalle wrote:create a table with all banned users and check at login if the current user is in this table. if so, disconnect him.
thank you
but, still hope that feature in simpleconnect
- lightnoid
- Posts: 4
- Joined: November 13th, 2011, 4:15 am
6 posts
• Page 1 of 1