S
S
sergemin2017-03-28 13:01:13
MODX
sergemin, 2017-03-28 13:01:13

Does Office on modx revo have password recovery?

Installed an add-on to modx revo for user registration, called Office. Can't set up password recovery. Those. there is a form for authorization (login and password) but there is no password recovery. I can't find documentation on this. Tell

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Khristoev, 2017-03-28
@Haoss

and this? https://modstore.pro/packages/users/office
below it says - Authorization with the ability to reset the password to email or phone
is a paid product, ask questions about it there.
Login has been used for registration since ancient times.

A
Andrew, 2017-12-22
@charset159

If you send a form with the fields action="uth/formLogin" and username="your email/login", then send a recovery letter to this email address (provided that it is in the user database and not blocked). In other words, the same authorization form with an empty password.
I do something like this

<form method="post" id="office-auth-login">
  <input type="text" name="username" id="office-auth-login-username" placeholder="E-mail" value="">
  <input type="hidden" name="phone_code" class="form-control" id="office-auth-login-phone-code" value="" readonly/>
  <input type="hidden" name="action" value="auth/formLogin"/>
  <input type="hidden" name="return" value=""/>
  <button type="submit" class="btn1">Восстановить пароль</button>
</form>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question