mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 01:39:16 -05:00
use OC_ env prefix
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -9,7 +9,7 @@ Feature: edit/search user including email
|
||||
| displayName | Brian Murphy |
|
||||
| email | brian@example.com |
|
||||
| password | 1234 |
|
||||
And the config "OCIS_SHOW_USER_EMAIL_IN_RESULTS" has been set to "true"
|
||||
And the config "OC_SHOW_USER_EMAIL_IN_RESULTS" has been set to "true"
|
||||
|
||||
|
||||
Scenario Outline: admin user can edit another user's email
|
||||
@@ -468,8 +468,8 @@ Feature: edit/search user including email
|
||||
"""
|
||||
|
||||
|
||||
Scenario Outline: search other users when OCIS_SHOW_USER_EMAIL_IN_RESULTS config is disabled
|
||||
Given the config "OCIS_SHOW_USER_EMAIL_IN_RESULTS" has been set to "false"
|
||||
Scenario Outline: search other users when OC_SHOW_USER_EMAIL_IN_RESULTS config is disabled
|
||||
Given the config "OC_SHOW_USER_EMAIL_IN_RESULTS" has been set to "false"
|
||||
And the administrator has assigned the role "<user-role>" to user "Alice" using the Graph API
|
||||
When user "Alice" searches for user "Brian" using Graph API
|
||||
Then the HTTP status code should be "200"
|
||||
|
||||
Reference in New Issue
Block a user