Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Administrator
HuwR
Posts: 4632
ranking imageranking imageranking imageranking imageranking image
Mmm, I didn't have any issues using that as a password locally, will check on test site.
Posted
Forum Administrator
HuwR
Posts: 4632
ranking imageranking imageranking imageranking imageranking image
potentillaSOM46#!
can't see why that wouldn't work, looks fine to me. I will run some tests locally and fine tune the requiements a little (you will be able to do this yourself when installing a forum)
Posted
Forum Administrator
HuwR
Posts: 4632
ranking imageranking imageranking imageranking imageranking image
Or does it mean that I need 5 different characters
yes, so you couldn't use ABCDABCDABCD for example as that is only 4 different characters
Posted
Forum Moderator
doughnut
Posts: 876
ranking imageranking imageranking imageranking image
Maybe the problem for me is this one:

"RequiredUniqueChars": 5,

I'm not sure if I understand what UniqueChars means. Is it the same as NonAlphanumeric? Or does it mean that I need 5 different characters?Originally posted by Torborg

I took it to mean at least 5 non-repeating characters, but I think that password looks ok for that..
Dough
Posted
Forum Administrator
Torborg
Posts: 1796
ranking imageranking imageranking imageranking image
Maybe the problem for me is this one:

"RequiredUniqueChars": 5,

I'm not sure if I understand what UniqueChars means. Is it the same as NonAlphanumeric? Or does it mean that I need 5 different characters?
Posted
Forum Moderator
doughnut
Posts: 876
ranking imageranking imageranking imageranking image
Did you get any message about the dodgy password?Originally posted by HuwR

Yea I think it said 'your account has been locked out, please reset your password', or something similar..
Dough
Posted
Forum Administrator
Torborg
Posts: 1796
ranking imageranking imageranking imageranking image
I have fixed some issues, could you please retry, using beow steps.
1. Try to login, you should be redirected to the forgot password page. 2. Enter your username and submit the forgot password form
3. Click the link in the email
4. Enter a new password
5. Sign in

Password should conform to the following rules
"Password": {
"RequiredLength": 12,
"RequireDigit": true,
"RequiredUniqueChars": 5,
"RequireLowercase": true,
"RequireNonAlphanumeric": true,
"RequireUppercase": true
}Originally posted by HuwR


It must have been the password. I only managed to get in when I used a password generator. But I want a password that I can remember. I tested several, and don't understand why they don't work. This for instance, doesn't work:
potentillaSOM46#!
Posted
Forum Administrator
HuwR
Posts: 4632
ranking imageranking imageranking imageranking imageranking image
Replies not working over there but I se that you know that already...this is what I get anyway.

Error. An error occurred while processing your request. Development Mode

Swapping to Development environment will display more detailed information about the error that occurred.
The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app. Originally posted by doughnut
That should be fixed later smile just testing a load of stuff locally.
Posted
Forum Administrator
HuwR
Posts: 4632
ranking imageranking imageranking imageranking imageranking image
Doughnut is in smile
It didn't work a couple of times because I was being a bit thick, not reading the character rules properly blush but once I did that it worked...Originally posted by doughnut
Yay smile password rules can be changed if too severe bigsmile
Did you get any message about the dodgy password?
Posted
Forum Moderator
doughnut
Posts: 876
ranking imageranking imageranking imageranking image
Replies not working over there but I se that you know that already...this is what I get anyway.

Error. An error occurred while processing your request. Development Mode

Swapping to Development environment will display more detailed information about the error that occurred.
The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.
Dough
You Must enter a message