Hello there, I am looking for a login script with manual validation. What I mean is that I would like to validate the account myself if someone registers at my website. Maybe something like; Someone registers and I receive an email with A link in it to validate the account. Is that possible? Does it exist already and is it downloadable? Or maybe you could help me out? Thanks, Miquexia.
it's doable, not hard, but it doesnt exist standalone because all these scripts are attached to some other big application like forums blogs and CMS. Tell me more about your site, is it a premade script, do the members have other options you want to add?
It's extremely easy to do, and you can find tutorials on this at pixel2life.com and good-tutorials.com. Basically, in your case, I would add a field to the user table called activated, and by default its set to 0. To activate, create an admin page where you just update this field to 1 ( activated ) and check this everytime they log in.
if you want to verify yourself. put all the record into your database.. then send a link to your email, with unique ids then the id will validate the records in your database..