This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
wekan
Watch
1
Star
0
Fork
You've already forked wekan
0
mirror of
https://github.com/wekan/wekan.git
synced
2025-12-16 23:40:13 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
1e6252de7f
wekan
/
server
/
publications
/
accountSettings.js
5 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add change email address Set allow email change in admin panel
2017-08-07 17:40:50 +09:00
Meteor
.
publish
(
'accountSettings'
,
function
(
)
{
server/publications files, adding return parameter for easier time measure (e.g. console.time())
2023-03-11 19:32:16 +01:00
const
ret
=
AccountSettings
.
find
(
)
;
return
ret
;
Add change email address Set allow email change in admin panel
2017-08-07 17:40:50 +09:00
}
)
;
Reference in a new issue
Copy permalink