We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e527867 commit 00c293cCopy full SHA for 00c293c
src/services/user.rs
@@ -229,6 +229,7 @@ impl ProfileService {
229
/// * `ServiceError::PasswordTooLong` if the supplied password is too long.
230
/// * An error if unable to successfully hash the password.
231
/// * An error if unable to change the password in the database.
232
+ /// * An error if it is not possible to authorize the action
233
pub async fn change_password(
234
&self,
235
user_id: UserId,
0 commit comments