##// END OF EJS Templates
auth: don't break hashing in case of user with empty password....
auth: don't break hashing in case of user with empty password. In some cases such as LDAP user created via external scripts users might set the passwords to empty. The hashing uses the md5(password_hash) to store reference to detect password changes and forbid using the same password. In case of pure LDAP users this is not valid, and we shouldn't raise Errors in such case. This change makes it work for empty passwords now.

File last commit:

r1:854a839a default
r2203:8a18c3c3 default
Show More
keyboard-shortcuts.rst
59 lines | 1.0 KiB | text/x-rst | RstLexer
/ docs / usage / keyboard-shortcuts.rst
project: added all source files and assets
r1 .. _keyboard-shortcuts:
Keyboard Shortcuts
==================
|RCE| has a number of user interface shortcut keys.
System Wide Shortcuts
---------------------
.. rst-class:: dl-horizontal
\--:kbd:`/`
Open the |repo| search box.
\--:kbd:`?`
Open the |RCE| keyboard shortcuts page.
\--:kbd:`gh`
Go to the home page.
\--:kbd:`gg`
Go to my private gists page.
\--:kbd:`gG`
Go to my public gists page.
\--:kbd:`nr`
Go to the create new repository page.
\--:kbd:`ng`
Go to the new gist page.
Repository Shortcuts
--------------------
.. rst-class:: dl-horizontal
\--:kbd:`gs`
Go to the |repo| summary page.
\--:kbd:`gc`
Go to the changelog page.
\--:kbd:`gf`
Go to the files page.
\--:kbd:`gF`
Go to the files page with file search activated.
\--:kbd:`gp`
Go to the pull requests page.
\--:kbd:`go`
Go to the repository settings page.
\--:kbd:`gO`
Go to the repository permissions settings.