I have no idea what I am doing wrong but I just st...
# box-products
j
I have no idea what I am doing wrong but I just started a brand new acf2021 instance using commandbox and it appears the default password for the admin is no longer commandbox, I can not seem to login .. did I miss a memo?
The following seems to happen on each attempt and I am typing commandbox into the password field
Copy code
[DEBUG] io.undertow.request.security: Attempting to authenticate /CFIDE/administrator/enter.cfm, authentication required: false
[DEBUG] io.undertow.request.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@6fcaf780 for /CFIDE/administrator/enter.cfm
[TRACE] io.undertow.request.security: Contents of exchange after authentication attempt is HttpServerExchange{ POST /CFIDE/administrator/enter.cfm}
[DEBUG] io.undertow.request.security: Authentication result was ATTEMPTED for /CFIDE/administrator/enter.cfm
[INFO ] Oct 22, 2022 22:42:00 PM Information [XNIO-1 task-6] - Session rotated successfully.

[INFO ] Oct 22, 2022 22:42:00 PM Information [XNIO-1 task-6] - Invalid login for Default User
b
@jc I would check if you have a .cfoncig.json file in place or a
cfconfig_adminpassword
env var
The verbose server start output will show this
j
@bdw429s this is a brand new instance, no .cfconfig.json file and nothing when I do
env show
at the root directory
I did
cfconfig show
on this new server and compared it to another instance where
commandbox
is still a valid password and it appears the ACF11Password value is the same on both. It must be something weird with my local environment that apparently just started yesterday when I tried to start a new server. I’ll keep you posted on what I find.
It was definitely was something with my server.json as it is working now.
👍 1