Changelog
RegisterPlus v1.2-BETA
Main Highlights
- Password Change: Now requires confirmation of the current password with a limit of 3 attempts and a 3-minute lockout. The new password must be entered twice and cannot match the old one.
- Email Change: Only available if an email is already registered. Confirms the current email (3 attempts / 3-minute lockout), then prompts for the new email in a double-entry step.
- Dynamic GUI: Menus display only the current step (confirm, enter, apply), all loaded from your message files.
- Sound Feedback: Distinct sounds for success, error, and lockout at each stage.
General Tweaks
- i18n improvements: added new message keys for both Portuguese and English.
- Validation bug fixes—now the entire flow validates before proceeding.
Upgrade
- Update your message files to include the new keys.
- Ensure
BCryptis available for password hashing.