Αν δεν κάνω κάποιο λάθος, αρκεί η εξής αλλαγή στο parsers.py: user.password = libuser.system.encrypt(user.plainpw)
-- You received this bug notification because you are a member of Linux Greek Teachers, which is subscribed to sch-scripts. https://bugs.launchpad.net/bugs/1050892 Title: Προβλήματα στην εισαγωγή χρηστών από csv Status in Scripts for Greek school labs using Ubuntu/LTSP: In Progress Bug description: Κατά την εισαγωγή νέων χρηστών από αρχείο csv αναφέρεται το εξής σφάλμα: Traceback (most recent call last): File "./sch-scripts.py", line 285, in on_mi_import_csv_activate new_users = parsers.CSV().parse(fname) File "/usr/share/sch-scripts/parsers.py", line 33, in parse user.password = libuser.encrypt(user.plainpw) AttributeError: 'module' object has no attribute 'encrypt' To manage notifications about this bug go to: https://bugs.launchpad.net/sch-scripts/+bug/1050892/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linux.sch.gr Post to : [email protected] Unsubscribe : https://launchpad.net/~linux.sch.gr More help : https://help.launchpad.net/ListHelp

