Fix landing page sign up form ignoring username field
This commit is contained in:
parent
3ffa27e812
commit
433cb198fa
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@ class AboutController < ApplicationController
|
|||
|
||||
def index
|
||||
@description = Setting.site_description
|
||||
|
||||
@user = User.new
|
||||
@user.build_account
|
||||
end
|
||||
|
||||
def more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue