Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some suggestions about rest api #578

Closed
ilanni2460 opened this issue Sep 10, 2021 · 1 comment
Closed

Some suggestions about rest api #578

ilanni2460 opened this issue Sep 10, 2021 · 1 comment
Labels

Comments

@ilanni2460
Copy link

  1. The password can be changed through the adminchangepassword.php interface, but this is not safe. hope to add the SMS or email verification function
  2. After the password is successfully modified, try to add the SMS reminder function
@coudot
Copy link
Member

coudot commented Sep 10, 2021

1. The password can be changed through the adminchangepassword.php interface, but this is not safe. hope to add the SMS or email verification function

REST API should not be reacheable without authentication, protect it in your webserver configuration. Adding SMS et email verification won't increase much the security.

2. After the password is successfully modified, try to add the SMS reminder function

This something you already said in #577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants