The create new user info on this page seems invalid: https://github.com/orientechnologies/orientdb/wiki/Security
insert into ouser set name = 'jay', password = 'JaY', status = 'ACTIVE', roles = (select from ORole where name = 'reader') or any variation of this will create a new user, however the user roles will be empty (not assigned any role). I was able to add a role by editing the user in studio and selecting "Add Link" (though the query box in this case, at least in Chrome, is blank and you can't read what it says until you type something). -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
