Is it possible to change the strength of password defined in formidable form? Currently when strong password is chosen, a password with 8 characters min, 1 uppercase, 1 lowercase, 1 special character are the conditions for a strong password, is it possible to give the min characters as 12 instead of 8 using a hook? Is it also possible to remove the conditions that are not required, like 1 uppercase, 1 lowercase?
Please login or Register to submit your answer
There aren't a lot of details about it, but there is a filter frm_password_check filter that will allow you to modify the regex used for the password checks. There's no documentation in the Formidable KnowledgeBase, but here's a link to what's in the Formidable Masterminds Codex. You'll have to look at the source file to see what you can change. https://formidable-masterminds.com/codexv2-hook-detail/?codex_id=4482&entry_type=Filter&return_page=codexv2-filter-list#field_4482_detail_link