mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix Case-sensitive email handling. Thanks to nztqa ! Closes #675
This commit is contained in:
parent
ba0b91f141
commit
728535a0e9
2 changed files with 4 additions and 1 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,7 @@
|
||||||
[submodule "packages/kadira:flow-router"]
|
[submodule "packages/kadira:flow-router"]
|
||||||
path = packages/kadira:flow-router
|
path = packages/kadira:flow-router
|
||||||
url = https://github.com/wekan/flow-router.git
|
url = https://github.com/wekan/flow-router.git
|
||||||
|
|
||||||
|
[submodule "packages/useraccounts:core"]
|
||||||
|
path = packages/useraccounts:core
|
||||||
|
url = https://github.com/meteor-useraccounts/core.git
|
||||||
|
|
|
@ -31,7 +31,6 @@ mquandalle:collection-mutations
|
||||||
accounts-password@1.3.5
|
accounts-password@1.3.5
|
||||||
kenton:accounts-sandstorm
|
kenton:accounts-sandstorm
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
useraccounts:core
|
|
||||||
useraccounts:unstyled
|
useraccounts:unstyled
|
||||||
useraccounts:flow-routing
|
useraccounts:flow-routing
|
||||||
email@1.2.0
|
email@1.2.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue