Skip to content

Should not require the user model to have the attribute "username" #129

@daronco

Description

@daronco

The gem is requiring the user model of the application that uses the gem to have a method/attribute named username, but it shouldn't. The specific place where it's required is at:

logger.info "Meeting created: id: #{@room.meetingid}, name: #{@room.name}, created_by: #{bigbluebutton_user.username}, time: #{Time.now.iso8601}"

There might be other places, though.

There are configurable attributes in the gem to specify the name of the attribute from where the username should be taken, see

# Name of the attribute of a user that defines his name/username.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions