Hello i want to make a site that will have a registration page a log-in page. After logging-in users will be able to fill a form and save it in their account.
I want as an administrator to control users so after their registration will be able to log-in after i approve them. and to be able to pause their log-in after a certain amount of time(in months).
What is the best way to do that?
Is it any good using a wordpress plug in for that and what plug-in will be that.
I know some PHP and SQL but don’t have too much experience to building it fro scratch.
I would suggest this article Simple and Secure PHP Login Script since it has a very good security review here Security Review: Creating a Secure PHP Login Script. Assuming that you have read the articles you can add a Boolean
verified
field to theauthentication
table set 0 by default. Then from the admin panel you can revise all non-verified users.I’m not 100% sure if I understand your goal completely, but it sounds like the WordPress Membership Plugin may be able to help you out.