×

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 #678

Better sanitization of array elements in actions

Task opened A year ago (Tuesday, June 21th 2022 at 16:58:59) by Bad
Task solved A year ago (Sunday, December 4th 2022 at 21:53:24)
Source code of the patch that solved the task
Task category: Code quality
Task milestone: 4.4.x

Task details:

Currently, whenever an action parameter is an array (commonly $search), the sanitization of its elements is a rather unreadable wall of code.

Simplify this by creating a function dedicated to sanitizing elements and attributing them a default value if they don't exist.