Exemplo n.º 1
0
 def authenticate(self, password):
     """
     Authenticates the entered password against the system PAM provider.
     """
     CinnamonDesktop.desktop_check_user_password(self.user_name,
                                                 password,
                                                 self.authenticate_callback)
Exemplo n.º 2
0
 def authenticate(self, password):
     """
     Authenticates the entered password against the system PAM provider.
     """
     CinnamonDesktop.desktop_check_user_password(self.user_name, password,
                                                 self.authenticate_callback)
Exemplo n.º 3
0
 def authenticate(self, password):
     CinnamonDesktop.desktop_check_user_password(self.user_name, password,
                                                 self.authenticate_callback)