Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgot password link on login screen is not working #1912

Closed
Annelies1 opened this issue Feb 8, 2017 · 2 comments
Closed

Forgot password link on login screen is not working #1912

Annelies1 opened this issue Feb 8, 2017 · 2 comments
Labels

Comments

@Annelies1
Copy link

Hi,

In the latest version 5.0 (and also previously in 4.3) when I press the 'Forgot password' link on the login screen, then nothing happens.

OS Version: ios 10.1.1
Device: ipad air 2

Steps to reproduce:
Open the login screen with SDK method from SFAuthenticationManager:

  • (BOOL)loginWithCompletion:(SFOAuthFlowSuccessCallbackBlock)completionBlock
    failure:(SFOAuthFlowFailureCallbackBlock)failureBlock
    {
    return [self loginWithCompletion:completionBlock failure:failureBlock account:nil];
    }

Click on the 'forgot password?' link
Actual behavior: Nothing happens.
Expected behavior: browser opens with steps to reset password?

There are no errors in the log.

@huminzhi huminzhi added the bug label Feb 8, 2017
@huminzhi
Copy link
Contributor

The issue should be fixed on Wednesday with server side change..

@Annelies1
Copy link
Author

Annelies1 commented Feb 27, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants