stages/identification: show sign up url when related flow exists

This commit is contained in:
Jens Langhammer
2020-05-10 18:14:10 +02:00
parent 8dc3c49a2f
commit 1d03b36750
4 changed files with 19 additions and 15 deletions

View File

@ -19,9 +19,6 @@ error_reporting: false
domain: localhost
passbook:
sign_up:
# Enables signup, created users are stored in internal Database and created in LDAP if ldap.create_users is true
enabled: true
password_reset:
# Enable password reset, passwords are reset in internal Database and in LDAP if ldap.reset_password is true
enabled: true
@ -30,7 +27,3 @@ passbook:
# Optionally add links to the footer on the login page
# - name: test
# href: https://test
# Specify which fields can be used to authenticate. Can be any combination of `username` and `email`
uid_fields:
- username
- email