mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	#3790 Attempt to make ci happy.
This commit is contained in:
		| @@ -21,9 +21,10 @@ const setupDefaultUser = () => { | ||||
| 		.then((row) => { | ||||
| 			if (!row.count) { | ||||
| 				// Create a new user and set password | ||||
| 				let email = process.env.INITIAL_ADMIN_EMAIL || 'admin@example.com'; | ||||
| 				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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user