From: Moxie Date: Sat, 1 Feb 2020 09:50:24 +0000 (+0000) Subject: updated pages X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a14b970ff004923f66767cace7130e2f3d122192;p=gitblit.git updated pages --- diff --git a/administration.html b/administration.html index 8ee0bee1..7e2210d7 100644 --- a/administration.html +++ b/administration.html @@ -11,15 +11,6 @@ - - - - - - - - - @@ -120,20 +111,21 @@
  • -
  • + @@ -268,7 +260,7 @@ git config user.email bob@somewhere.com postReceiveScript = sendmail

    The users.conf file allows flexibility for adding new fields to a UserModel object without imposing the complexity of relying on an embedded SQL database.

    Usernames

    Usernames must be unique and are case-insensitive.
    Whitespace is illegal.

    -

    Passwords

    User passwords are CASE-SENSITIVE and may be plain, md5, or combined-md5 formatted (see gitblit.properties -> realm.passwordStorage).

    +

    Passwords

    User passwords are CASE-SENSITIVE and may be plain, md5, combined-md5 or pbkdf2 formatted (see gitblit.properties -> realm.passwordStorage).

    User Roles

    There are four actual roles in Gitblit:

    @@ -240,7 +232,7 @@

    Contributing

    Pull requests are preferred. Patches are welcome.

    Contributions must be your own original work and must licensed under the Apache License, Version 2.0, the same license used by Gitblit. -