Files
snipe-it/app/Models
Daniel Meltzer cf03d25934 Fix importer emailformat (#5871)
* Fix Importer emailformat

Str::slug() strips periods from the string, which caused our existing
logic to misbehave when generating a user's email on an import.  Adjust
logic to use generateEmail() helper on user instead.  Also clean up some
of the logic in this method.

* Remove dead code.

* More refactor/cleanup of the user create method.  I think it is almost readable now.
2018-07-17 16:46:08 -07:00
..
2016-04-07 13:21:09 -07:00
2016-04-07 13:21:09 -07:00
2016-11-16 16:56:57 -08:00
2017-06-21 16:37:37 -07:00
2018-04-26 16:31:02 -07:00
2016-03-25 01:18:05 -07:00
2018-07-17 16:46:08 -07:00