Open
Description
- Gitea version (or commit ref):
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Hello, Sometimes we will want add a new accout which only used by bot apps to call api. So I think maybe we can add it as a new user type. It maybe follow this tips.
- Bot account willn't login on ui page
- Bot account maybe should not have ability create it's own repos
- Each boat account should belong to a user or an org, and this user or the owners of this org can change the setting of the bot account. (important)
- manager can limit the max number of the bot acounts that one user and org can have
- Bot account is not necessary to request email and the system will't send email notify and action notify to them also
- show bot label on frofile page
- ......
Maybe usefull to fix #12985.