Skip to content

Split the user ssh keys by newline, not the characters "\n"

Created by: jojosch

before:

GET /user.keys

ssh-rsa ...\nssh-rsa ...\nssh-rsa ...

Sourcecode: bildschirmfoto von 2014-02-11 19 02 27 Browser-View: bildschirmfoto von 2014-02-11 19 04 25

after:

GET /user.keys

ssh-rsa ...
ssh-rsa ...
sha-rsa ...

Sourcecode: bildschirmfoto von 2014-02-11 19 01 36

Merge request reports