Right now we are developing an android application for a website. In the web site there is this "Forgot Password" option.
But should i have that option in my android application too??
Anyways i am using 1 time log-in in my application(needs to provide credentials only for the 1st time after installation), but i also have a logout option in the application. Since the user will not use the username and password often there is a probability that he will forget his password.
I rarely saw this option in android apps.
should i allow user to recover the password only through the site, disabling it on the android app?