Loading ccserver/conf.py +2 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ class CCConf(object): :param login: login of the user :param password: new password :param method: the hashing method to use :raise CCConf.UnknownAccount: if user login is unknown ''' Loading Loading @@ -277,6 +278,7 @@ class CCConf(object): :param login: login of the new user :param password: password of the new user :param role: the role of the new user :raise CCConf.AlreadyExistingAccount: if the login is already ''' Loading Loading
ccserver/conf.py +2 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ class CCConf(object): :param login: login of the user :param password: new password :param method: the hashing method to use :raise CCConf.UnknownAccount: if user login is unknown ''' Loading Loading @@ -277,6 +278,7 @@ class CCConf(object): :param login: login of the new user :param password: password of the new user :param role: the role of the new user :raise CCConf.AlreadyExistingAccount: if the login is already ''' Loading