resetPassword

abstract suspend fun resetPassword(email: String)

Ask the homeserver to reset the user password. The password will not be reset until resetPasswordMailConfirmed is successfully called.

Parameters

email

an email previously associated to the account the user wants the password to be reset.