Fix #4177: Allow all users to change their username.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class UserNameChangeRequestsController < ApplicationController
|
||||
before_action :member_only, :only => [:index, :show]
|
||||
before_action :gold_only, :only => [:new, :create]
|
||||
before_action :member_only, :only => [:index, :show, :new, :create]
|
||||
respond_to :html, :json, :xml
|
||||
|
||||
def new
|
||||
|
||||
Reference in New Issue
Block a user