unable to reconfigure gitea server AGAIN using the same email address #1468

Closed
opened 2025-11-02 04:01:48 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @kaijajan on GitHub (Jan 19, 2018).

  • Gitea version (or commit ref): 1.3.2
  • Git version: 2.13.2.windows.1
  • Operating system: Windows 10 64
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

I tried to reinstall whole gitea thing after remove all files under gitea folder but gitea itself.
Then I attempt to configure the new gitea server with the same email address
The installation page prompt me the email has been used.
Any idea where I can remove all the settings from my computer?
Please help to fix the issue or please tell me where I can remove all gitea generate things

Screenshots

https://imgur.com/a/rgIrh

Originally created by @kaijajan on GitHub (Jan 19, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.3.2 - Git version: 2.13.2.windows.1 - Operating system: Windows 10 64 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description I tried to reinstall whole gitea thing after remove all files under gitea folder but gitea itself. Then I attempt to configure the new gitea server with the same email address The installation page prompt me the email has been used. Any idea where I can remove all the settings from my computer? Please help to fix the issue or please tell me where I can remove all gitea generate things ## Screenshots https://imgur.com/a/rgIrh <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/question label 2025-11-02 04:01:48 -06:00
Author
Owner

@Megidd commented on GitHub (Jun 7, 2018):

Probably you need to DROP the gitea database as well, before re-installing:

$ mysql -u root -p 
Enter password:
 
mysql> DROP DATABASE gitea;
Query OK, 50 rows affected (11.99 sec)
mysql> quit
Bye

$ 
@Megidd commented on GitHub (Jun 7, 2018): Probably you need to `DROP` the gitea database as well, before re-installing: ``` $ mysql -u root -p Enter password: mysql> DROP DATABASE gitea; Query OK, 50 rows affected (11.99 sec) mysql> quit Bye $ ```
Author
Owner

@techknowlogick commented on GitHub (Jun 27, 2018):

@kaijajan closing this ticket, please re-open if needed.

@techknowlogick commented on GitHub (Jun 27, 2018): @kaijajan closing this ticket, please re-open if needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1468