Fix landing page sign up form ignoring username field
This commit is contained in:
@ -5,6 +5,9 @@ class AboutController < ApplicationController
|
||||
|
||||
def index
|
||||
@description = Setting.site_description
|
||||
|
||||
@user = User.new
|
||||
@user.build_account
|
||||
end
|
||||
|
||||
def more
|
||||
|
Reference in New Issue
Block a user