Azure-Samples / Azure-AD-B2C-page-templates

Template content for Azure AD B2C
MIT License
50 stars 53 forks source link

Forgot Password link goes on top of the password field when Password is empty #6

Open henriquebelotto opened 4 years ago

henriquebelotto commented 4 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Get the Ocean blue template and run it in Azure. When the user tries to Sign In without providing a password, a error message will appear on the top of the password field and the "Forgot Password" link will be on top of the "Password" field.

Any log messages given by the failure

Expected/desired behavior

The "Forgot Password" link should be pushed down when the error message appears, instead of going on top of the password field.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) Azure Custom policies.

Versions

Mention any other details that might be useful

image


Thanks! We'll be in touch soon.

stevenxzhou-zz commented 4 years ago

Hi @henriquebelotto

Can you share the url to your sign in page? That would help us to debug in a shorter time. Have you tried to use basic policy, it seems like it meets your expectation if you are using that.

Thanks