Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
i tried to change the user password, but it doesn't changed. So i looked at the request and the reponse was "Password reset is not allowed".
I tried to set the appsettings.config, but it doesnt changed the error message.
"Umbraco": { "CMS": { "Hosting": { "Debug": false }, "ModelsBuilder": { "ModelsMode": "SourceCodeAuto", "ModelsDirectory": "~/Models/Published/" }, "Global": { "Id": "...", "ReservedPaths": "~/shopify-buy" }, "Security": { "AllowPasswordReset": true } }
If its neccessary, its the "super" admin user that was created at setup process.
Anyone an idea how i can resolve this error message?
I don't know the answer but the best way to change the password is to use "Forgotten password?" on the login screen.
This requires you to have a local mailserver instelled, Papercut is my favorite!
But "Forgotten password?" does not display?!?...
It should by default, maybe you removed the SMTP settings from appsettings.Development.json?
appsettings.Development.json
This SHOULD work..
"Smtp": { "From": "[email protected]", "Host": "localhost", "Port": 25 }
Just testing out the SMTP as well by attempting to invite a User and it seems to be trying localhost still...
I've updated the SMTP settings (Umbraco:CMS:Global:Smtp) but the health check is reporting:
The SMTP server configured with host 'localhost' and port '25' could not be reached.
Here's my settings...
I was running the solution in IIS initially but have restarted with Kestrel now as well, same thing fwiw
Anything else I can try? I can't see anything in the Umbraco logs either Thank you
@Warren - I think you might still have the default settings in appsettings.Development.json - which overrules the settings in appsettings.json if your on your dev machine.
appsettings.json
awesome thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
"Password reset is not allowed" - Umbraco User
Hi,
i tried to change the user password, but it doesn't changed. So i looked at the request and the reponse was "Password reset is not allowed".
I tried to set the appsettings.config, but it doesnt changed the error message.
If its neccessary, its the "super" admin user that was created at setup process.
Anyone an idea how i can resolve this error message?
I don't know the answer but the best way to change the password is to use "Forgotten password?" on the login screen.
This requires you to have a local mailserver instelled, Papercut is my favorite!
But "Forgotten password?" does not display?!?...
It should by default, maybe you removed the SMTP settings from
appsettings.Development.json
?This SHOULD work..
Just testing out the SMTP as well by attempting to invite a User and it seems to be trying localhost still...
I've updated the SMTP settings (Umbraco:CMS:Global:Smtp) but the health check is reporting:
Here's my settings...
I was running the solution in IIS initially but have restarted with Kestrel now as well, same thing fwiw
Anything else I can try? I can't see anything in the Umbraco logs either Thank you
@Warren - I think you might still have the default settings in
appsettings.Development.json
- which overrules the settings inappsettings.json
if your on your dev machine.awesome thank you!
is working on a reply...