mconf-web icon indicating copy to clipboard operation
mconf-web copied to clipboard

Add a GUID to the metadata when creating a conference

Open mconf-daileon opened this issue 8 years ago • 0 comments


Author Name: Leonardo Daronco (Leonardo Daronco) Original Redmine Issue: 1888, http://dev.mconf.org/redmine/issues/1888


Mconf-Web should add a GUID value to the metadata information set when a conference is created. This GUID can be used to identify the web portal that created the conference in infrastructures that have multiple web portals.

Suggestion:

require 'securerandom'
SecureRandom.uuid # => "96b0a57c-d9ae-453f-b56f-3b154eb10cda"

mconf-daileon avatar May 08 '16 16:05 mconf-daileon