forked from External/greenlight
bump max name length to 32 characters
This commit is contained in:
@ -11,7 +11,7 @@ class ApplicationController < ActionController::Base
|
||||
protect_from_forgery with: :exception
|
||||
|
||||
MEETING_NAME_LIMIT = 90
|
||||
USER_NAME_LIMIT = 30
|
||||
USER_NAME_LIMIT = 32
|
||||
|
||||
# Show an information page when migration fails and there is a version error.
|
||||
def migration_error?
|
||||
|
Reference in New Issue
Block a user