mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3270] admin dashboard (self-hosted) #1085
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1085
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loban-v-navek on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3270
Originally assigned to: @balub on GitHub.
hi. help me please. i signed in by magic link and got it. how become admin? it's self-hosted installation. i have no problem with users page
@liyasthomas commented on GitHub (Aug 22, 2023):
Only an existing Admin can elevate a normal user to an Admin role. Ask your administrator to make yourself an Admin.
If you're already an Admin, make sure you're using the correct email ID that has Admin access to login into the Dashboard.
@loban-v-navek commented on GitHub (Aug 22, 2023):
where i must specify admin? i build this installation but i don't have admin rights)
@liyasthomas commented on GitHub (Aug 22, 2023):
The first email you used to sign in to the dashboard will have Admin privileges. Can you confirm you're using the same email to sign in to the dashboard?
@loban-v-navek commented on GitHub (Aug 22, 2023):
i can't. where i can find what email it was?
@balub commented on GitHub (Aug 22, 2023):
@loban-v-navek, did you sign in to the hoppscotch app before you tried to log in to the admin app?
@loban-v-navek commented on GitHub (Aug 23, 2023):
sorry but I can't answer. it was problem with magic link and may be it was hopp app before admin app
@loban-v-navek commented on GitHub (Aug 23, 2023):
i changed some details
@AndrewBastin commented on GitHub (Sep 6, 2023):
@loban-v-navek if you are able to access the DB, you will be able to update the
isAdminflag in the DB to update another account to have admin access.@philippos86 commented on GitHub (Sep 14, 2023):
Thanks for the question and the answer.
I was facing the same issue acutally.
I hosted hopscotch locally and run it directly (Not from the Docker container).
Eventually as @AndrewBastin mentioned, I accessed my DB using pgAdmin and changed
isAdminto true.Still wondering though if this could have been done during the first installation (assigning the admin role to the first user by defauly), or should the installer do this manually every time.
@ambouh1 commented on GitHub (Nov 30, 2024):
got the same problem! Solved now by editing the value in user table using pgadmin tool, by cliking to the column it has a check box, and it took 3 value: true, false and null. when checked , it will be true ! I never thought to go to the DB and change the flags.
All this because I did access to the frontend before !
add these steps to the documentation to be more clear :-) , like the order on how to access, a clear design schema of the product and how the components are connected, steps to configure etc....
You did a greate job!...but the steps to make it working on kubernetes needs more clarifications !
Thank you any way !