Draft: dissallow amiv accounts to sign into the api.
Compare changes
+ 4
− 1
@@ -173,9 +173,12 @@ def process_login(items):
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
vseth persona accounts are unique by having a - in the unsername. by not allowing any accounts containing a - in the username we can ensure that no persona is signing into the api. This has mainly become a problem with people blindly using password managers.
could this potentially cause problem with guest-accounts??