discourse/app
Arpit Jalan 3508046e33 FIX: invited users were not granted trust level based on their group
https://meta.discourse.org/t/bulk-invites-and-trust-level/73535

If the user enters password when accepting invite they were not granted
trust level based on their group privileges. It was because `password_required` was set to true when creating user record and when the user was updated again when granting trust level the password validation was raising error saying that the password is empty. This commit fetches fresh user record after the user is created so that the user record can be updated successfully.
2017-11-23 22:19:28 +05:30
..
assets FIX: removes auto sizing and touchstart support for now 2017-11-23 15:34:52 +01:00
controllers FIX: make uploads safe for block that can run later 2017-11-23 17:28:18 +11:00
helpers UX: Support for custom error pages and headers in plugins 2017-11-14 16:31:44 -05:00
jobs Add missing contexts when destroying users 2017-11-22 15:43:54 +01:00
mailers FEATURE: Support an end date for user silencing 2017-11-14 13:20:19 -05:00
models FIX: invited users were not granted trust level based on their group 2017-11-23 22:19:28 +05:30
serializers REFACTOR: Avoid duplicated logic on server and client. 2017-11-21 17:10:04 +08:00
services FIX: Support for long suspension emails 2017-11-20 12:45:46 -05:00
views UX: Auth complete page/modal has a link to continue to the site to accomodate auth methods that can't automatically redirect to Discourse 2017-11-21 13:56:19 -05:00