mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 02:36:09 +01:00
- Revert Improve authentication to [fix Login failure](https://github.com/wekan/wekan/issues/2004).
Thanks to xet7 ! Closes #2004
This commit is contained in:
parent
7a75d82114
commit
aa691b0af1
13 changed files with 89 additions and 137 deletions
6
client/components/settings/connectionMethod.jade
Normal file
6
client/components/settings/connectionMethod.jade
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
template(name='connectionMethod')
|
||||
div.at-form-authentication
|
||||
label {{_ 'authentication-method'}}
|
||||
select.select-authentication
|
||||
each authentications
|
||||
option(value="{{value}}") {{_ value}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue