For security reasons it is not possible to set the initial password directly through this interface.
You will need to configure a password before you can access the Administrator.
You can do that in 2 ways.
Using a password file
- create a file with name password.txt containing your new password under the root Lucee server directory ( /lucee-server/context/password.txt ).
- click "import file", Lucee will then read and configure your new password, afterwards Lucee will automatically delete that file
Using environment variable or system property
Set your admin password by defining either the environment variable LUCEE_ADMIN_PASSWORD or the system property lucee.admin.password (passed as -Dlucee.admin.password to the JVM). This password will be used for the Lucee Administrator interface.
|