diff options
author | Christopher Ng <chrng8@gmail.com> | 2021-10-14 08:05:17 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2021-10-19 04:44:40 +0000 |
commit | 7215148a242815a5064ce5d00a387c634dc936f3 (patch) | |
tree | 4edf67253bd8c3bbe3ea2f1fba17e21b221e9282 /build | |
parent | 382ba66ab5e1a675347e86d93593eb228da253bb (diff) | |
download | nextcloud-server-7215148a242815a5064ce5d00a387c634dc936f3.tar.gz nextcloud-server-7215148a242815a5064ce5d00a387c634dc936f3.zip |
Add new account properties
- New properties
- Organisation
- Role
- Headline
- Biography
- Profile Enabled property
- Fix errors with building default account properties
- Fix L10N factory method `getLanguage` not public error
- Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index 41041dc91da..388fa37ba29 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -67,6 +67,11 @@ Feature: provisioning | address | | website | | twitter | + | organisation | + | role | + | headline | + | biography | + | profile_enabled | Given As an "brand-new-user" Then user "brand-new-user" has editable fields | displayname | @@ -76,6 +81,11 @@ Feature: provisioning | address | | website | | twitter | + | organisation | + | role | + | headline | + | biography | + | profile_enabled | Then user "self" has editable fields | displayname | | email | @@ -84,6 +94,11 @@ Feature: provisioning | address | | website | | twitter | + | organisation | + | role | + | headline | + | biography | + | profile_enabled | Scenario: Edit a user Given As an "admin" |