mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-08 05:32:01 +00:00
Compare commits
3 Commits
dependabot
...
develop
Author | SHA1 | Date | |
---|---|---|---|
|
487fa6d31b | ||
|
5b6ca1bf00 | ||
|
8a6d815152 |
@@ -21,7 +21,7 @@ const setupDefaultUser = () => {
|
||||
.then((row) => {
|
||||
if (!row || !row.id) {
|
||||
// Create a new user and set password
|
||||
const email = process.env.INITIAL_ADMIN_EMAIL || 'admin@example.com';
|
||||
const email = (process.env.INITIAL_ADMIN_EMAIL || 'admin@example.com').toLowerCase();
|
||||
const password = process.env.INITIAL_ADMIN_PASSWORD || 'changeme';
|
||||
|
||||
logger.info(`Creating a new user: ${email} with password: ${password}`);
|
||||
|
@@ -26,8 +26,8 @@
|
||||
"messageformat": "^2.3.0",
|
||||
"messageformat-loader": "^0.8.1",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"moment": "^2.29.4",
|
||||
"node-sass": "^9.0.0",
|
||||
"moment": "^2.30.1",
|
||||
"sass": "^1.92.1",
|
||||
"nodemon": "^2.0.2",
|
||||
"numeral": "^2.0.6",
|
||||
"sass-loader": "^10.0.0",
|
||||
|
1221
frontend/yarn.lock
1221
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user