New forum passwords

Off-topic discussion/chat/argue area with special rules of engagement.
Forum rules
The Off-Topic area is a general community discussion and chat area with special rules of engagement.

Enter, read and post at your own risk. You have been warned!
While our staff will try to guide the herd into sensible directions, this board is a mostly unrestricted zone where almost anything can be discussed, including matters not directly related to the project, technology or similar adjacent topics.

We do, however, require that you:
  • Do not post anything pornographic.
  • Do not post hate speech in the traditional sense of the term.
  • Do not post content that is illegal (including links to protected software, cracks, etc.)
  • Do not post commercial advertisements, SEO links or SPAM posts.
We also ask that you keep strongly polarizing topics like politics and religion to a minimum. This forum is not the right place to discuss such things.
Please do exercise some common sense. How you act here will inevitably influence how you are treated elsewhere.
User avatar
RealityRipple
Keeps coming back
Keeps coming back
Posts: 861
Joined: 2018-05-17, 02:34
Location: Los Berros Canyon, California

Re: New forum passwords

Unread post by RealityRipple » 2023-01-24, 00:28

Image

User avatar
00Septimus
Apollo supporter
Apollo supporter
Posts: 40
Joined: 2022-03-22, 14:22
Location: DE

Re: New forum passwords

Unread post by 00Septimus » 2023-01-24, 00:55

andyprough wrote:
2023-01-17, 18:36
satrow wrote:
2023-01-17, 18:14
It would be a great leveler if you allowed everyone else to use it too.
Nope, everyone else is just going to have to fight over Pa$$word1, pAssw0rd1, and passWord1*. I was absent the day we were supposed to learn sharing in pre-school, so I'm not wired like that.

Ok ok it's already good - I accept your claim and will use P@ssword01
I get my contributions translated online into English
If the impression arises that I babble drunk nonsense - that was not me.
Please beat up the translator ;-)

User avatar
andyprough
Board Warrior
Board Warrior
Posts: 1115
Joined: 2020-05-31, 04:33

Re: New forum passwords

Unread post by andyprough » 2023-01-24, 02:05

RealityRipple wrote:
2023-01-24, 00:28
Image
You didn't put the best part of that comic - Randal's own password:
My password is just every Unicode codepoint concatenated into a single UTF-8 string.
So, merely a 149,186 character password.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37676
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: New forum passwords

Unread post by Moonchild » 2023-01-24, 09:16

andyprough wrote:
2023-01-24, 02:05
So, merely a 149,186 character password.
and totally guessable once you know that bit of info! :D
Security is hard.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

jb_wisemo
Moonbather
Moonbather
Posts: 67
Joined: 2016-01-27, 02:09

Re: New forum passwords

Unread post by jb_wisemo » 2023-04-19, 20:06

Moonchild wrote:
2023-01-23, 19:06
THX-1139 wrote:
2023-01-23, 18:55
Max number of characters
100
THX-1139 wrote:
2023-01-23, 18:55
what special characters can be used if any
Any, as far as I'm aware. Not entirely sure to what extent multibyte characters are supported though; php/mysql can get a bit picky sometimes about extended UTF-8 stuff.
:idea: It would be really nice if the rules were displayed clearly and concisely where the user chooses their new password. Both the length and char rules and the rule that the password must now be changed every XYZ days (forum posts so far have been unclear if it is 365 or 540 days)

:idea: Don't allow the cleartext password to be processed by any SQL code, there are too many cleartext debug logs involved. Putting appropriate server side code in PHP is usually good enough.

:( For compatibility with common workflows involving password managers that forget the old password when generating a new one, always show the "old password" field before the "new password" fields, not after. I had to dig through a history log to recover my old password after generating a new one (as usual random with about 160 bit entropy).