Ifd:sendPasswordToEmail

From dev.ifd-library.org

Jump to: navigation, search
String sendPasswordToEmail(String email) 
                        throws IfdServerException

Method to send password to a users email, in case he forgot his password.

Input:

Return:

  • string - a string with either of the following:
    • "MESSAGE SENT" - indicating the password is sent successfully
    • Anything else indicates a failure


Back to the API

Comments: Does the return make any sense? Useful for possible feedback to the user, but we cannot guarantee a successful delivery of the email without the user confirming this himself.

Håvard.Bell