Esempio n. 1
0
 def _check_fullname(self, user_input, report_func):
     return GECOS_VALID.match(user_input) is not None
Esempio n. 2
0
 def _check_fullname(self, user_input, report_func):
     return GECOS_VALID.match(user_input) is not None