-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add title and description for password #88
Comments
@abhijeetnishal if you could look into it. |
Hey @vansh-sardana, it's is possible to have 2 or more passwords consider Google, it's possible to have 2 accounts and passwords can't be checked for duplicate. |
So this website should atleast have another field for a email id/username in order to differentiate between the two fields. Only having google.com and its two passwords cant serve the purpose solely. I can work on that. @abhijeetnishal |
I think there is an issue #42 for this. But I will assign it to you as you are interested working on my project. |
hello sir @abhijeetnishal , i needed help to fix one issue while setting up the postgresql. |
Hey @vansh-sardana, You can connect without SSL also. The dbConnect code should look like: const client = new Client({
connectionString: connectionString,
}); Remove the code changes once done. |
Hey @abhijeetnishal, I want to work on this issue, Thanks |
Hey @saurabhbakolia, are you still interested in working on this? |
Yes, I would like to work on this. |
Hey @saurabhbakolia, actually I am thinking of new design as this ui doesn't fit with these requirements. So you have any UI in your mind? |
For the entire platform ? or just for the input form? |
For the dashboard screen only which contains the passwords |
Describe the bug
when we try to add the password for a website that has been already added, creates a new entry.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
if the same website is already listed, its password should be updated rather than creating another entry for the same.
Screenshots
Desktop (please complete the following information):
Additional context
Kindly assign me this issue under GSSOC'24 as a contributor. I would be eager to fix this up.
The text was updated successfully, but these errors were encountered: