[SQL DB Proj] Generated passwords for logins should indicate they're generated
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 460
- Forks
- 29
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 7
Description
Current behavior for logins with passwords when creating a project from a database is to generate a new, random password (instead of including the original password).
It would be good to also include a comment in the script indicating that this happened, and possibly suggesting the user change it, so that there isn't any worry or concern about the password being saved in plaintext on disk.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Locate the code that generates login passwords when creating a SQL project from a database, then inspect how the generated script represents those logins. Done means the script clearly identifies generated passwords and advises changing them, with coverage for the generated output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- databases, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100