ozoneplatform / owf-framework

OZONE Widget Framework
http://ozoneplatform.org
Apache License 2.0
329 stars 143 forks source link

use guid for id's vice numeric value #96

Open ssdhaliwal opened 7 years ago

ssdhaliwal commented 7 years ago

the problem is when there are two or more instances of owf and user preferences have to be replicated -replicating via id will cause corruption of another user's data since all instances of owf allow direct logins.

so far have only found two which are impacting us for replication - user id, group id.

thanks.