Page 1 of 1

[Security Question and Answer] How can I add this in registr

PostPosted: January 27th, 2012, 12:37 pm
by adam1987
Hello, everyone:

Just wonder how can I add security question and answer for register process to enhance the account security feature?
And also,
How can I redirect a user back to his login page if he or she try to click login after he or she already logged in?
And,
How to crate a logout button? (Because I am taking out the WP strip on the top of the screen)

Thank you in Advance

Re: [Security Question and Answer] How can I add this in reg

PostPosted: January 28th, 2012, 4:33 am
by Cristián Lávaque
Hi Adam.

Well, WordPress has the Meta widget which includes login/logout links. There are also login widgets you can use: viewtopic.php?f=36&t=2781

If you want to create your own link, here's a function you can use: http://codex.wordpress.org/Function_Ref ... p_loginout

I hope that helps. :)

Re: [Security Question and Answer] How can I add this in reg

PostPosted: January 28th, 2012, 3:53 pm
by adam1987
interesting, I am taking a look at it. reply on Mon!

Thanks!