You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking the script bundle exec ruby ./script/grant_revoke_gem_authority.rb, I have encountered errors of the following form:
active-fedora -a $EMAIL_ADDRESS_1 -a $EMAIL_ADDRESS_2 -a $EMAIL_ADDRESS_3 [...]: Adding $EMAIL_ADDRESS_1: User has already been taken
I am not quite certain what is raising these errors, but the errors seem to fail to adjust user permissions for Gems for a single given user when a list of users are given (i. e. while there may be issues for revoking the authority from $EMAIL_ADDRESS_1 for active-fedora, this should then continue to attempt to revoke authority for $EMAIL_ADDRESS_2 from active-fedora).
The text was updated successfully, but these errors were encountered:
When invoking the script
bundle exec ruby ./script/grant_revoke_gem_authority.rb
, I have encountered errors of the following form:I am not quite certain what is raising these errors, but the errors seem to fail to adjust user permissions for Gems for a single given user when a list of users are given (i. e. while there may be issues for revoking the authority from
$EMAIL_ADDRESS_1
foractive-fedora
, this should then continue to attempt to revoke authority for$EMAIL_ADDRESS_2
fromactive-fedora
).The text was updated successfully, but these errors were encountered: