mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3035 from oblakeerickson/update_username_return_json
Update username should return a json response
This commit is contained in:
@@ -91,7 +91,10 @@ class UsersController < ApplicationController
|
||||
result = user.change_username(params[:new_username])
|
||||
raise Discourse::InvalidParameters.new(:new_username) unless result
|
||||
|
||||
render nothing: true
|
||||
render json: {
|
||||
id: user.id,
|
||||
username: user.username
|
||||
}
|
||||
end
|
||||
|
||||
def check_emails
|
||||
|
||||
Reference in New Issue
Block a user