mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 02:14:06 +01:00
- Revert "Improve authentication" and "Default Authentication Method"
to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
This commit is contained in:
parent
425ae55422
commit
c502ab9500
7 changed files with 107 additions and 82 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