×

Lost account access

As a part of its privacy policy, NoBleme will protect your anonymity as much as possible. This means that you will never be sent any emails that could be used to link you to your identity on the website, or asking you to provide your password. On top of that, automated password recovery systems can be used in a few nefarious ways that we would rather not have to deal with. With this context in mind, NoBleme decided to not implement an automated account recovery process.

If you have lost access to your account (forgotten username, forgotten password, or otherwise), the only way to recover that access is to go on NoBleme's NoBleme's IRC chat server and ask for a website administrator to manually reset your account's password. No need to worry about identity usurpation, there is a strict process in place that will allow the administrator to verify your identity before doing the resetting.

NOBLEME
PAGES
SOCIAL
L
FR
 
 
 

Login

Task #688

Generic data preparation function

Task opened 2 years ago (Sunday, July 31th 2022 at 10:04:41) by Bad
Task solved A year ago (Sunday, December 4th 2022 at 21:53:33)
Source code of the patch that solved the task
Task category: Code quality
Task milestone: 4.4.x

Task details:

There's a lot of awkward multiline sanitize_output(foo) in actions, maybe some generic output_prepare_x() or data_prepare_x() functions could replace a bunch of them for better source code readability?

More generally, everything that looks hard to read (especially $temp) should become more readable. No more inline bullshit, replace it with clearly understandable functions.