Hi -
I need to ask user and check for the old password also, when changing password,
So, is there any way to verify the current password, while user is already logged in - and multiple logins are disabled ?
Thanks.
Hi -
I need to ask user and check for the old password also, when changing password,
So, is there any way to verify the current password, while user is already logged in - and multiple logins are disabled ?
Thanks.
Hi Aditya,
Yes, you can configure your app to support multiple login. See this blog post: https://backendless.com/feature-19-handling-user-logins-with-the-same-user-credentials/
May be I was not clear.
I want to know that how can I verify the password again of an already logged in user ?
So, a user is logged in and then during the ‘change password’ - we ask him to enter ‘current password’ again (for extra security) - now how I can check if the ‘current password’ entered is correct or not ?
Just in case, if it is of use, I mentioned that as per our app requirements - we have multiple logins disabled.
Just in case, if it is of use, I mentioned that as per our app requirements - we have multiple logins disabled.
Well, in this case you can’t check the validity of the old password. The only option now is to retrieve the old password somehow, but it is not possible due to security reasons.