Giter VIP home page Giter VIP logo

Comments (2)

Rezer avatar Rezer commented on August 20, 2024 3

The built-in Jellyfin "Forgot password" button doesn't work for anybody outside the local network without convincing Jellyfin that every user is on the local network, which causes its own problems. Plus the built in button doesn't say anything about checking your email, it's a bit janky.

My workaround is to enter the following on the Jellyfin server General settings page:

Login disclaimer:

<p style="color: #A0A0A0; margin-top: -15px;">
<a href="https://your-jfa-go.server/my/account">Forgot password?</a><br />
(Only works if you've previously set an email address)</p>

Custom css code:

#loginPage .raised.cancel.block.btnForgotPassword.emby-button {
  display: none;
}

The end result is a hidden Jellyfin "Forgot password" button and a link to the jfa-go "Forgot password" page. Works for everybody regardless of how your Jellyfin networking is configured, as far as I can tell. Could put in more work to make the link look more like the other buttons, but...I didn't see much need.

from jfa-go.

aleksasiriski avatar aleksasiriski commented on August 20, 2024

Forgot password on Jellyfin login page, jfa-go reads the file created by jellyfin and then sends the appropriate email.

from jfa-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.