fix missing locales and bump name/email max

This commit is contained in:
Joshua Arts
2018-07-26 11:53:50 -04:00
parent fd2dc3abec
commit 89b1afa470
8 changed files with 23 additions and 18 deletions

View File

@ -163,7 +163,7 @@ class Room < ApplicationRecord
# Generates a random room uid that uses the users name.
def random_room_uid
[owner.firstname, uid_chunk, uid_chunk].join('-').downcase
[owner.name_chunk, uid_chunk, uid_chunk].join('-').downcase
end
# Rereives the loadbalanced BigBlueButton credentials for a user.