msgbyte / msgbyte/tianji

Register Feature and improvements

Open
#168 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
3.1k
Forks
194
Avg merge
18m
Merged PRs (30d)
3

Description

Hello,

at the moment it is possible if ALLOW_REGISTER=true that you can only register with a username and password. In my opinion it would be better if you can register with an e-mail and password, but you have to verify the e-mail address to log in to the account. It might also be good to add a captcha to prevent bots from registering.

In my opinion you would have to offer an integration with google recaptcha or similar providers.

We need variables for the .env so that we can then define an email server which is used to send the confirmation emails.

The admin should also have an overview of which accounts are registered so that data can be easily deleted / users can be easily deleted. (GPDR) This is currently not possible as far as I can see.

Also a small feature that should be offered is that when you click on your profile you also get to the profile settings, at the moment this does nothing and you have to go to the ‘Profile’ menu via the three dots.

And thank you for this software. It helps a lot :)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Break the request into separate registration, email verification, CAPTCHA, email configuration, account administration, and profile-navigation tasks. Start by tracing the ALLOW_REGISTER flow and the existing profile and admin entry points; the issue provides no files or tests, and completion would require agreed scope and acceptance criteria for each feature.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authentication, backend, frontend, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.