Commit Graph

9 Commits

Author SHA1 Message Date
Denis CLAVIER 0c5e9ae2e5 Merge branch 'master' of https://github.com/dimst23/Mattermost-LDAP into dimst23-master 2020-05-01 20:48:50 +02:00
SKS Parnic a3a514d281 Fixed failing oauth if username case changed
If the user had previously logged into mattermost as "user" and then tried to connect another device as "User", a new set of entries would be created in the database which caused user IDs to not match up which caused Mattermost to throw an error about the account already being registered under a different service. This change ensures usernames are always processed in lowercase so that this can't happen.

Note that manual fixups of any existing entries in the mattermost-ldap database may need to be performed to fully fix everything. This just prevents the issue from occurring again in a very simple way. A more thorough fix would be to make the db queries check in a case-insensitive matter, though multiple entries in the users database would still exist.
2020-03-12 12:28:45 -05:00
Dimitrios Stoupis c16b10236e
Modified the HTML code to show a more friendly environment 2019-11-30 16:55:32 +00:00
Crivaledaz 0c1eaf3a31 Refresh project and Readme
Adapt vars name for consistency
Add a light CSS design
2019-05-02 15:32:41 +02:00
Denis CLAVIER 5afe073619 Patch for Mattermost 4.4 -> 4.9 + some bug fix 2018-05-19 18:04:13 +02:00
Pierre Rudloff 6039291522
Missing charset 2017-11-14 17:13:48 +01:00
Crivaledaz a375cdd9eb LDAP support improvment (issue #6) + some bugs corrected 2017-08-26 15:54:24 +02:00
Crivaledaz d0aaf4723e Better organization for configuration - add config file 2017-08-17 00:05:49 +02:00
Crivaledaz e7058c90d7 Initial Commit - First version 2017-08-07 21:01:11 +02:00