Hello friends i need plugin or any trick to protect wordpress website page with multiple password and after password use password auto delete from the database and user can not able to login again with same password plz help Thanks Hafeez Baig
If you are trying to allow someone access to your site. You could just create them an account and then delete the account when they are done.
Sounds like you want a way to create temporary passwords, perhaps for a download? If so, there are plugins that create temporary URLs rather than passwords. If you actually want to create temporary passwords (which is bizarre, but must have a use), the only one I could find uses Google Authenticator: http://wordpress.org/plugins/google-authenticator-for-pages-and-posts/
hi Tiero this plugin not working for me. is any plugin available for user logins restriction. i need user login one time only after registration and after that user lock or delete from the database... plz Help Hafeez Baig
yes Nigel this is good but have a small problem in this plugin problem is that when work in this plugin first generate password for login and passwords generate in sequence for example i generate 50 password i must login with 50 password in list and second one must login with 49 password and third one login with 48 password in generated list.. if sequence wise login remove from this plugin this plugin perfect for my work
Unless you're going to write your own plugin to do it, I would suggest trying to come at the problem from another angle. Why do you want once-only logins?
dear i want to make online quiz website. i have quiz plugin in word press and i want user attempt test only one time i want print some user names and passwords on scratchcards and sale the card in market users only buy card from the market scratch card and use its username and password only one time. and for second time buy card again...
Oh, yeah easier way to go about that sorta thing... You would probably have to flesh out printing stuff but that is inherently easier than what you are trying to do. http://codecanyon.net/item/wordpress-quiz/5057356 At a glance that will restrict submissions based on cookies and IP. N.
So you want to make people pay for one-time access to a quiz? That's going to be complex, no matter how you do it, unless there's a pre-built plugin. If you're using an existing, supported plugin for the quiz, have you considered asking the developer if there's a way to limit people to taking the test once? That way you could sell registrations on the scratch cards: they pay, they get a card with a login name and a password, the login only works once on each test. [Just saw that Nigel posted much the same thing.] To be honest, what (I think) you want to do is likely to need a bespoke plugin. It's too specific to be included in something generally available.
thanks lew for quick response i try this plugin. i use this method because users try from different computer and location for example friends home or Nescafe etc
Unless I am lost in translation here.... Making folks register would further resolve the multiple IP issue as there would be an email/user attached to the submission in the first place. N.
Nigel reply me Oh, yeah easier way to go about that sorta thing... You would probably have to flesh out printing stuff but that is inherently easier than what you are trying to do. http://codecanyon.net/item/wordpress-quiz/5057356 At a glance that will restrict submissions based on cookies and IP.
When push comes to shove, there is absolutely nothing anyone can do to limit multiple registrations. It's easy to go off to a temporary email provider, open an account, register, log in and do the quiz. Rinse and repeat. Cookies can be cleared, IPs can be messed with via proxies. Hence my attempt to understand why it's important to limit entries to one per person. More often than not, the original idea is unnecessarily complicated. Doubly true in my case, as I always complicate everything beyond reason!
I am not sure I follow this part is what I meant. "i want print some user names and passwords on scratchcards and sale the card in market users only buy card from the market scratch card" You want to print the results of the quiz on a card I gather? Nigel
bro reason is that if i not restrict users buy only one username and password and use it as group and my card price is very low only 1 $ per card i need user buy again new card and can not use one card more then one time one time password is best just need customizing this plugin
Why would anyone pay money to take a quiz? Are there prizes? If so, why would you print scratch cards (which is going to cost money) when you could implement a payment gateway so they pay to take the quiz? Then it doesn't matter if they enter multiple times, since they'll pay each time. I am seriously confused by your business model and, therefore, by your requirements. I have a feeling you're flailing around with a half-baked idea that's going to cost you a lot of money for no return.