We've enabled Azure sign on for our helpdesk software for our end users, however, many still attempt to sign in using the old way of their email and password despite us communicating to them the new way of signing in. When they try to sign in using email and password, they just get a 404 page and no other feedback.

Is it possible to remove the email and password fields from the end user sign on page and only leave the sign in with Azure button?

Thanks for any help anyone can provide!

    HelpmyDesk

    You will need to modify the code. The code is open source and available on GitHub for your review.

    Cheers.

    a year later

    I have the same problem :-) What code do I have to edit? And is it also update-safe? Thanks!

      cyberdott

      You are on your own when modifying the codebase. And no, every mod needs to be reapplied every upgrade and sometimes upgrades change core parts so the mods may need updating.

      Cheers.

      As a side note, if something happens to this connection no one would be able to login.
      examples: app registration expires... or breaks... site loses internet access...

      You would need to revert this change to be able to enter a username/password.
      I would not recommend doing something like this.
      If you do it anyway, then make sure you keep a backup of the file so that you can restore it to be able to login.

      Write a Reply...