mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
move users in the users object to make loginWithProgile general purpose (#6270)
* move users in the users object to make loginWithProgile general puropose * add loginProfile in login page too * fix * fix * fix * fix * fix * fix * more fix * fix * fix * fix * change * fix script * fix
This commit is contained in:
@@ -79,25 +79,31 @@ module.exports = {
|
||||
rootPath: __dirname
|
||||
},
|
||||
|
||||
admin: {
|
||||
email: USERNAME_ADF,
|
||||
password: PASSWORD_ADF
|
||||
},
|
||||
users: {
|
||||
|
||||
identityAdmin: {
|
||||
email: IDENTITY_ADMIN_EMAIL,
|
||||
password: IDENTITY_ADMIN_PASSWORD
|
||||
},
|
||||
admin: {
|
||||
username: USERNAME_ADF,
|
||||
password: PASSWORD_ADF
|
||||
},
|
||||
|
||||
hrUser: {
|
||||
email: HR_USER,
|
||||
password: HR_USER_PASSWORD
|
||||
identityAdmin: {
|
||||
username: IDENTITY_ADMIN_EMAIL,
|
||||
password: IDENTITY_ADMIN_PASSWORD
|
||||
},
|
||||
|
||||
hrUser: {
|
||||
username: HR_USER,
|
||||
password: HR_USER_PASSWORD
|
||||
},
|
||||
|
||||
screenshot: {
|
||||
username: USERNAME_ADF,
|
||||
password: PASSWORD_ADF
|
||||
},
|
||||
},
|
||||
|
||||
screenshot: {
|
||||
url: HOST_ECM,
|
||||
username: USERNAME_ADF,
|
||||
password: PASSWORD_ADF
|
||||
},
|
||||
|
||||
adf_external_acs: {
|
||||
|
Reference in New Issue
Block a user