Commit 8a2fbdfa authored by Antoine Millet's avatar Antoine Millet
Browse files

Updated doc

parent ea0238f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
        '''

@@ -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
        '''