Password counter notification
-
FOR DVELOPERS:
If I START with (say) 100 passwords linked to a page, and each one is expired after use, then there will be no passwords left for the 101st customer.Could you include one of these options?
1) Send a email notification to admin when only 10% ~ 25% of passwords remain, (so they can be ‘topped up’ (I know there is an email option at present, but that is per deletion rather than when they reach a certain level. This one should be quite easy to implement)2) An auto password generator that also sends that list to a server script. (My side, server script sends email to customer, having pulled password from generated list: “Please use password XYZ”. It is removed from my server list, and – once used via plugin – removed from that list too. Stops password sharing. When <25%, generates more codes)
3) A method to “top up” passwords externally. Example, my server is down to 25 passwords. It generates 100 more, and passes back to your plugin, (or PHP code) that loads those passwords into the mySQL / metatag area, (or where ever passwords are stored) Again, this should be easy to implement via a PHP script to access the appropriate area in mySQL to store the generated passwords
- The topic ‘Password counter notification’ is closed to new replies.