[buddypress-trac] [BuddyPress Trac] #8589: Enforce strong passwords within user profile settings

buddypress-trac noreply at wordpress.org
Thu Dec 16 18:16:45 UTC 2021


#8589: Enforce strong passwords within user profile settings
-------------------------------------------------+---------------------
 Reporter:  niftythree                           |       Owner:  imath
     Type:  enhancement                          |      Status:  closed
 Priority:  normal                               |   Milestone:  10.0.0
Component:  Templates                            |     Version:
 Severity:  normal                               |  Resolution:  fixed
 Keywords:  has-patch 2nd-opinion needs-refresh  |
-------------------------------------------------+---------------------
Changes (by imath):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"13189" 13189]:
 {{{
 #!CommitTicketReference repository="" revision="13189"
 Introduce a new constant/filter to enforce strong password in BP areas

 You can now use the `BP_MEMBERS_REQUIRED_PASSWORD_STRENGTH` constant or
 alternatively the 'bp_members_user_pass_required_strength' filter to force
 members to use password satisfying a strength score from 4 (strong) to 1
 (weak). For instance use `define (
 'BP_MEMBERS_REQUIRED_PASSWORD_STRENGTH', 4 );` to enforce strong
 passwords.

 This setting will only be applied to these 2 BuddyPress specific areas:
 - the registration form,
 - the General User's front-end profile settings tab.

 PS: this commit also removes completely the `password-verify` script from
 the BP Nouveau Template Pack which was deprecated since BuddyPress 5.0.

 Props niftythree, dcavins

 Fixes #8589
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8589#comment:10>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list