mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #58] creating additional users #47
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#47
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 @SmartHome2021 on GitHub (Oct 25, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/58
I can't find an item or mechanism that allows you to create an additional account for PG BACK WEB.
I need to give access to a colleague who is not ready to give him my password
I see that there is a separate table with a user in the database, but I don't understand how to add another one
@sean-ias commented on GitHub (Nov 23, 2024):
Hi @SmartHome2021 were you able to create a web hook for telegram notification?
and also I tried to edit their native users database table it works only in login, the next pages dont appear to you cause of code ACL functionality
@eduardolat commented on GitHub (Nov 24, 2024):
Hello, this feature is not implemented yet, in future updates will be included
@SmartHome2021 commented on GitHub (Nov 25, 2024):
Hi, yes I did. Here is an example:
You have to create a bot, add it to the channel and find out the channel id and the bot id, then insert them into the code specified below.
Method: POST or GET
URL:
https://api.telegram.org/bot72********:AA***************************************/sendMessage?chat_id=-45********&text= ⛈ Error cloud Backup ⛔️That is all !
@eduardolat commented on GitHub (Nov 25, 2024):
You can also use tools like n8n if you need something more complex but easy to use
@mrmuiz commented on GitHub (Dec 3, 2025):
This would be awesome
@AyushSehrawat commented on GitHub (Dec 28, 2025):
pgbackweb enables pgcrypto extension here, so you can directly add users through sql query too