Blog Sections Open

Fixing Password Reset Links in WebLoginPE

Why WebLoginPE may send a reset email successfully but fail to activate the new password after the visitor clicks the confirmation link.

Password reset flows are easy to half-break: the email arrives, the link opens, but the password never actually changes. In WebLoginPE this usually points to a mismatch in the activation flow, redirect handling, or the page that receives the reset request.

When debugging, separate the process into three steps: token generation, email delivery, and token activation. If the first two work but the old password still remains valid, the failure is almost always in the final activation handoff.

Newer post

Making TinyMCE Insert BR Instead of Paragraph Tags on Enter

A quick TinyMCE configuration tweak for projects that really need line breaks on Enter instead of automatic paragraph wrappers.

Older post

Outputting Category Names Instead of IDs in autoFilter

How to make autoFilter show real category labels in a dropdown instead of raw numeric IDs.