Commit graph

4 commits

Author SHA1 Message Date
775461f7b2 fix(users): use updateAsync for Meteor 3 server-side user writes
All checks were successful
build-image / build (push) Successful in 12m38s
Meteor.users.update() is sync-only and no longer exists server-side
under Meteor 3, so it threw on every call, surfacing as a generic
500 to the client. users.setLang runs on every page load for logged-in
users, which is what broke /zones; the same bug in edit-profile.js
was silently breaking /profile too.
2026-07-30 10:13:21 +02:00
cleverbeagle
e8c221a8c0 move handling of password change in profile to client 2017-07-31 10:37:11 -05:00
cleverbeagle
031f36759f fix rate-limit.js module failing to block excessive requests 2017-07-31 09:30:52 -05:00
rglover
ab22ebc967 corrections found while writing documentation 2017-06-05 16:44:35 -05:00
Renamed from imports/modules/server/edit-profile.js (Browse further)