portal
portal copied to clipboard
Remove Systers' Logo
Description
As a user, only AnitaB.org logo should be visible.
Mocks

Acceptance Criteria
Systers Logo should be removed.
Definition of Done
- [ ] All of the required items are completed.
- [ ] Approval by 1 mentor.
Estimation
1 hour
I would like to work on this issue.
@gaurivn I'll consider this as a first timer issue. Are you currently assigned to any other issue? If not will this be your first time?
@sakshi1499 , no I am not assigned to any other issue and I am a first timer to portal.
Okay cool :) @gaurivn
Thank you @sakshi1499
I am working on it, will send updates.
@sakshi1499 , I am getting this error on ubuntu
createuser: could not connect to database postgres: FATAL: password authentication failed for user "postgres"
Please help me solve this issue. I had tried psql for the password.
@gaurivn Did you do a google search first?
https://stackoverflow.com/questions/7695962/postgresql-password-authentication-failed-for-user-postgres
@gaurivn You can give the the above link a read. If you are unable to solve the errors, I'll suggest you to run these commands in the given order
sudo find / -type f -iname pg_hba\.conf
Then it'll give you the path, run the command below but change the number '11' according to your file path number.
sudo nano /etc/postgresql/11/main/pg_hba.conf
Change local all all md5 to peer.
Then start with postgresql commands. This time I guess you'll be able to run it without any error.
@gaurivn Did you do a google search first?
https://stackoverflow.com/questions/7695962/postgresql-password-authentication-failed-for-user-postgres
Yes @SanketDG thank you , I had googled and came across the same link, it didn't work so asked here.
@gaurivn You can give the the above link a read. If you are unable to solve the errors, I'll suggest you to run these commands in the given order
sudo find / -type f -iname pg_hba\.confThen it'll give you the path, run the command below but change the number '11' according to your file path number.
sudo nano /etc/postgresql/11/main/pg_hba.confChange local all all md5 to peer.
Then start with postgresql commands. This time I guess you'll be able to run it without any error.
Thank you very much @sakshi1499 , I tried it but it still didn't work, I'll change local all postgres to peer and try again.
Yes change it. It will work don't give up haha @gaurivn
I am working on it. Got a bit busy with exams....will send a PR soon.
@gaurivn No issues :)
@sakshi1499 , @SanketDG , I could run portal on ubuntu. I would like to suggest few changes to the ubuntu portal doc.
@gaurivn This isn't the right place to suggest it. Suggest the changes on Portal Channel on Zulip under Documentation. :)
@gaurivn This isn't the right place to suggest it. Suggest the changes on Portal Channel on Zulip under Documentation. :)
Sure @sakshi1499 , will suggest there.
And Systers and AnitaB.org logo is one image altogether as shown below:

How do I proceed? Should I delete this and add a new AnitaB.org logo. I guess I'll crop it out.
Hi, sakshi1499 I'd like to work on this issue.