• Hy

    all the site is in FR, but only password resest is n US, how to have it in FR
    I see that there is code in wp-content/plugins/ultimate-member/core/um-builtin.php

    	'password_reset_text' => array(
    
    				'title' => __('Password Reset','ultimatemember'),
    
    				'type' => 'block',
    
    				'content' => '<div style="text-align:left">' . __('To reset your password, please enter your email address or username below','ultimatemember'). '</div>',
    
    				'private_use' => true,
    
    			),

    Thanks for help

Viewing 1 replies (of 1 total)
  • Hi onfekoi,

    I’m using UM in french too, and have no problem with password reset forms : all is properly translated. However, I experience a similar issue, on the registration form. The registration form, as the change password form, uses 2 password fields for verification. The first is OK and is labelled “Mot de Passe”, but the confirmation one is a strange fr/en mix : “Confirmer le Password”

    The code seems OK about that, in the code/um-fields.php file… so I really don’t understand how this is possible. Maybe is it related ?

Viewing 1 replies (of 1 total)

The topic ‘Password reset’ is closed to new replies.