Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

114
Vistas
I'm having a problem in change password condition

I'm having a problem in change password condition, when I type the same passwords in New Password and Retype Password, the message below is still appearing, "The two passwords that you entered do not match!" even thought it is the same.

click here to see image

 <FormItemInput
                    intlMessageLabel='Portal.topbar.newPassword'
                    name='newPassword'
                    required={true}
                    intlMessage='Portal.password.required'
                    minLength={7}
                    messageLength='Portalform.password.length'
                    inputType='password'
                />
                 <div><IntlMessages id="Portal.retypePassword" /></div>
                <Form.Item
                    name='retypePassword'
                    dependencies={['password']}
                    rules={[
                        {
                            min: 7,
                            message: <IntlMessages id="Portal.retypePassword.length" />,
                        },
                        {
                            required: true,
                            message: <IntlMessages id="Portal.corpMerchant.portalUser.addUser.form.retypePassword.required" />,
                        },
                        ({ getFieldValue }) => ({
                            validator(rule, value) {
                                if (!value || getFieldValue('password') === value) {
                                    return Promise.resolve();
                                }

                                if (value.length < 7) {
                                    return Promise.reject();
                                }

                                
                                return Promise.reject(
                                    <IntlMessages id="Portal.retypePassword.notMatch" />
                                );
                            },
                        }),
                    ]}
                    hasFeedback
                >
                    <Input.Password
                        maxLength={32}
                        size="large"
                        style={{ textAlign: 'left' }}
                    />
                </Form.Item>
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda