Skip to content

feature/add-password-reveal-option#78

Open
RumanCodes wants to merge 3 commits into
WPManageNinja:masterfrom
RumanCodes:feature/add-password-reveal-option
Open

feature/add-password-reveal-option#78
RumanCodes wants to merge 3 commits into
WPManageNinja:masterfrom
RumanCodes:feature/add-password-reveal-option

Conversation

@RumanCodes
Copy link
Copy Markdown
Member

New Feature: Add password reveal feature as shown in the screenshot.
image

New Feature: Add password reveal feature as shown in screenshot.
@RumanCodes RumanCodes requested a review from techjewel May 10, 2026 06:31
@RumanCodes
Copy link
Copy Markdown
Member Author

//introduce the filter hook

add_filter('fluent_auth/signup_verification_code_expiration_seconds', function ($expiration, $formData) {
return 2 * 60;
}, 10, 2);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant