Skip to content

Commit

Permalink
feat(user): add OneRoster 1.1 attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
xchopin committed Sep 17, 2019
1 parent 7bc0186 commit 21316dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ class User extends OneRoster
'identifier"',
'email',
'sms',
'phone'
'phone',
'password',
'dateLastModified',
'userEnabled',
'grades',
'middleName',
'userIds'
];


Expand Down

0 comments on commit 21316dd

Please sign in to comment.