View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036119 | mantisbt | api rest | public | 2025-07-07 09:55 | 2025-08-07 15:14 |
Reporter | HodinaU | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Product Version | 2.27.0 | ||||
Summary | 0036119: Cannot create a user through the API | ||||
Description | I'm using the Mantis API and creating a user using the /api/rest/users/ (POST) method. Everything goes smoothly, but when I try to log in with the specified password, it returns an authorization error, indicating that the password is incorrect. This method was recently added, and I'm wondering if anyone has encountered a similar issue. | ||||
Tags | No tags attached. | ||||
The system works as designed. User creation by REST API follows MantisBT configuration, in particular when send_reset_password and enable_email_notification are set to ON, the password provided in the API endpoint will be ignored and a random one will be generated. An email will be sent to the user for them to confirm the account registration.
For the record, |
|