mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Increase user full_name max length to 64 characters (#403)
This commit is contained in:
committed by
GitHub
parent
3c6b885391
commit
5decb702f2
@@ -94,6 +94,7 @@ class OAuthsController < ApplicationController
|
||||
@user_email = query_path_from_object(user_profile, @o_auth.json_user_email_path)
|
||||
if not @o_auth.json_user_name_path.blank?
|
||||
@user_name = query_path_from_object(user_profile, @o_auth.json_user_name_path)
|
||||
@user_name = @user_name || I18n.t('defaults.user_full_name')
|
||||
end
|
||||
|
||||
@o_auth_login_completed = (not @user_email.blank?)
|
||||
|
||||
Reference in New Issue
Block a user