MagerValp / CreateUserPkg

This project has been archived and is no longer maintained
262 stars 43 forks source link

Password issue : no password #23

Closed ramuntcho closed 11 years ago

ramuntcho commented 11 years ago

Hi,

We have student account without password. With the old CreateLionUser, it was possible to put nothing in password. But it's no more possible with your application. Is it possible to correct this and allow to create an user without password (or blank password) ?

Many thanks for your grat work.

Christian :-))

scifiman commented 11 years ago

This is a need for my area as well.

Thanks for your work on this!

dankeller commented 11 years ago

I made a small change to the code to allow for no password. Tested on ML and it seems to have the expected outcome: no user password!

https://github.com/dankeller/CreateUserPkg/blob/gh-pages/Distributions/CreateUserPkg-1.2.1-nopass.dmg?raw=true

MagerValp commented 11 years ago

Nice. Pull request?

MagerValp commented 11 years ago

Released in 1.2.3.

scifiman commented 11 years ago

Awesome! Thanks!