Jump to content

API to set a new client password


ipgeek-lg

Recommended Posts

I am writing a "Forgotten Password" tool for clients to use instead of having a new password sent to them.

 

Does anyone know how to set the clients password to one submitted via a form (eg: using the php api)?

 

I have taken adequate measures to ensure security throughout so being able to do this via a form will not be a problem.

Link to comment
Share on other sites

never think a form is secure, always assume the opposite, sadly no matter how many times we secure a form, sooner or later there will be another way in. just remember as soon as you see or hear of a new way in, get it plugged, whmcs wont be plugging your custom form :)

Link to comment
Share on other sites

Thanks for the advice, not to worry, I'm not one to assume anything!

 

The module I am building is for the purpose of bringing more security into WHMCS, no more plaintext passwords going out via email....

 

Its basically a three factor auth password reset module, testing phase is under way but once finished will put this on the market as many people I have spoken to feel need to secure their WHMCS installations with this type of system.

Link to comment
Share on other sites

Its basically a three factor auth password reset module, testing phase is under way but once finished will put this on the market as many people I have spoken to feel need to secure their WHMCS installations with this type of system.

 

I wrote something simular to this a while back. Sadly it was private, so I was unable to release it. Very good plan.

 

Also, with regards to security. If proper PHP security methods are used, theres no reason you cannot make a password reset utility secure. In fact, with how simple it is, you're much less likely to have a bug in it than you would in a larger project that's not dealing directly with passwords.

Link to comment
Share on other sites

I wrote something simular to this a while back. Sadly it was private, so I was unable to release it. Very good plan.

Cheers, well things are progressing quite fast with this and should be going into testing phase in the next day or so. The only problem is I've been advised by Matt the only way to force SSL on _clientarea from modules will be when 5.1 is released so looks like we will have to wait till then for this to be put out in the wild. (unless someone knows of another way)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated