Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bh 408 posts 1395 karma points
    May 23, 2022 @ 19:09
    bh
    0

    Umbraco 9 forgot password is missing from the login page

    I had a user tell me they forgot their password, and I was like no problem, just complete the "Forgot Password" wizard on the login form. Except Umbraco 9 doesn't have "Forgot Password" on the login form. So what's a user to do? Certainly me manually setting the password for them isn't the only option. Right?

  • Damian 61 posts 342 karma points
    May 23, 2022 @ 19:45
    Damian
    100

    There's a config setting to check for this one:

    "Umbraco": {
      "CMS": {
        "Security": {
            "AllowPasswordReset": true,`
    ...
    

    The documentation is here: https://our.umbraco.com/documentation/Reference/V9-Config/SecuritySettings/

    Hope this helps!

  • bh 408 posts 1395 karma points
    May 23, 2022 @ 20:08
    bh
    0

    Thanks @Damian!

Please Sign in or register to post replies

Write your reply to:

Draft