Show Username/Password Login only if not disabled by DanielRadlAMR [frappe] PR#3482

From: https://github.com/frappe/hrms/pull/3482
Date: 2025-08-04 14:56:16+02:00

  • feat(api): added guest API to fetch disable_user_pass_login system setting
  • feat(login): Show password login only if not disabled



Diagnostics

Suspicious changes found (Dokos Only / dokos):
* 1d4b923ac4b60078a950e676431d4f328ae27333 feat(login): Show password login only if not disabled
```diff

```



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3482

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3482

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading