Change-Id: I2b0dbd3e5f2ded35d26c74df7aeb141e120b1bbc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/251167
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Matthew Lemon <mlemon@instructure.com>
QA-Review: Matthew Lemon <mlemon@instructure.com>
Product-Review: Matthew Lemon <mlemon@instructure.com>
This commit is contained in:
Rob Orton 2020-10-26 11:29:23 -06:00
parent b895803bfc
commit 019d963d65
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class Pseudonym < ActiveRecord::Base
set_policy do
# an admin can only create and update pseudonyms when they have
# :manage_user_logins permission on the pseudonym's account, :read
# permission on the pseudonym's owner, and a superset of hte pseudonym's
# permission on the pseudonym's owner, and a superset of the pseudonym's
# owner's rights (if any) on the pseudonym's account. some fields of the
# pseudonym may require additional conditions to update (see below)
given do |user|