mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
#3790 Attempt to make ci happy.
This commit is contained in:
parent
1d19c29bb0
commit
d66e4e03e6
@ -23,7 +23,8 @@ const setupDefaultUser = () => {
|
||||
// Create a new user and set password
|
||||
let email = process.env.INITIAL_ADMIN_EMAIL || 'admin@example.com';
|
||||
let password = process.env.INITIAL_ADMIN_PASSWORD || 'changeme';
|
||||
logger.info('Creating a new user: admin@example.com with password: changeme');
|
||||
|
||||
logger.info('Creating a new user: ' + email + ' with password: ' + password);
|
||||
|
||||
let data = {
|
||||
is_deleted: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user