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

fix: Cannot reset password #238

Closed
wmEvie opened this issue Jan 29, 2023 · 5 comments
Closed

fix: Cannot reset password #238

wmEvie opened this issue Jan 29, 2023 · 5 comments
Assignees

Comments

@wmEvie
Copy link
Contributor

wmEvie commented Jan 29, 2023

Describe the bug
There is no entrance for resetting the account password in the product, cannot reset the account password.

Expected behavior
Can reset the account password in the product.

@networkhermit
Copy link
Collaborator

Related question:

#198

@vinyll
Copy link

vinyll commented Jan 30, 2023

It is also related to #222

@wmEvie
Copy link
Contributor Author

wmEvie commented Feb 20, 2023

This is fixed now, please pull the latest code, and follow the steps below to complete the configuration for sending the verification code, which is used to reset the password:

  1. Open the .env file from the root directory.
  2. Configure the following keys:
  • MAIL_ENABLED=false
  • MAIL_TYPE=smtp
  • MAIL_SSL_ENABLE=true
  • MAIL_HOST=your_email_host
  • MAIL_USERNAME=your_email_username
  • MAIL_PASSWORD=your_email_password
  • MAIL_PORT=email_port

Then restart APITable, here are the steps to reset the password:

  • Click on the avatar in the lower left corner, open "My Settings"
  • Click on the "Change Password"
  • Click on "Send" to send the code to your email, check out your inbox for the code, and fill in to reset the password.
    image
    image

@wmEvie wmEvie closed this as completed Feb 20, 2023
@vinyll
Copy link

vinyll commented Feb 20, 2023

the form does appear, however the verification field by SMS is required for saving despite the fact that it is said not to be enabled in the community version.
The "save" button is disabled until a verification code is inserted.

Screenshot 2023-02-20 at 19 06 33

@wmEvie
Copy link
Contributor Author

wmEvie commented Feb 21, 2023

the form does appear, however the verification field by SMS is required for saving despite the fact that it is said not to be enabled in the community version. The "save" button is disabled until a verification code is inserted.

Please change the account email to your own email first (Using SQL),
and follow the above guide to configure the .env file.

Then click on the "Send" button to send the verification code to your email,
check your inbox for the code,
and fill out the code to enable the "Save" button.

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

No branches or pull requests

4 participants