mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 13:08:07 +01:00
Add change email address
Set allow email change in admin panel
This commit is contained in:
parent
57219df16a
commit
6a10257fd7
9 changed files with 153 additions and 4 deletions
3
server/publications/accountSettings.js
Normal file
3
server/publications/accountSettings.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Meteor.publish('accountSettings', function() {
|
||||
return AccountSettings.find();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue