0

I have an application where users can login, I would like that existing users will be able to login in Wekan. How I can implement this ? Is there an available an LDAP login or similar ?

Thanks.

DIma
  • 27
  • 10
  • 1
    you can alter the LoginForm to use the [ldap](http://php.net/manual/en/book.ldap.php) extension for php. i would also import all users after successfull auth to keep things simple anytime you need to use `Yii::$app->user->identity` – csminb Dec 18 '17 at 17:23
  • Do you need an information for yii2 or for [wekan](https://wekan.github.io/), the meteor trello clone, or something totally different? – R13e Dec 19 '17 at 13:06
  • You should try using their REST APIs https://github.com/wekan/wekan/wiki/REST-API – uglypointer Dec 26 '17 at 09:42
  • this does not look a question related to yii2 – Muhammad Omer Aslam Feb 01 '18 at 21:42

0 Answers0