×

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

Store unread private message counts to save queries

Task opened A year ago (Thursday, February 23rd 2023 at 12:59:48) by Bad
Task solved 246 days ago (Friday, January 5th 2024 at 08:44:12)
Source code of the patch that solved the task
Task category: Code quality
Task milestone: 4.5.x

Task details:

User private messages counts can be stored in the `users` table.

Unread admin mail counts can be stored in the ` system_variables` table. Two fields are required there, one for modmail and one for admin mail.

Update them every time a message is sent or read.

Gain up to 2 queries on every page.