No Password generated
-
Hi, When a new user is approved, they are not sent a password, they are just sent their username and the password part is blank?
I checked the code in wp-members/admin/users against another forum question about a bug, but my code seems correct. I’ve added it here
if( $action == 'activate' || 'activate-single' ) { // find out if we need to set passwords $chk_pass = false; $wpmem_fields = get_option( 'wpmembers_fields' ); foreach( $wpmem_fields as $field ) { if( $field[2] == 'password' && $field[4] == 'y' ) { $chk_pass = true; break; } } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘No Password generated’ is closed to new replies.