Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-10-14 11:05:17 +0300
committerChristopher Ng <chrng8@gmail.com>2021-10-19 07:44:40 +0300
commit7215148a242815a5064ce5d00a387c634dc936f3 (patch)
tree4edf67253bd8c3bbe3ea2f1fba17e21b221e9282 /build
parent382ba66ab5e1a675347e86d93593eb228da253bb (diff)
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.feature15
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"