- Revert Improve authentication to [fix Login failure](https://github.com/wekan/wekan/issues/2004).

Thanks to xet7 !

Closes #2004
This commit is contained in:
Lauri Ojansivu 2018-11-17 16:50:42 +02:00
parent 7a75d82114
commit aa691b0af1
13 changed files with 89 additions and 137 deletions

View file

@ -0,0 +1,6 @@
template(name='connectionMethod')
div.at-form-authentication
label {{_ 'authentication-method'}}
select.select-authentication
each authentications
option(value="{{value}}") {{_ value}}