chris-yoon90 / PayMeNow

A simple Time Tracking Application
0 stars 0 forks source link

Automatically send the password to the employee's email when the employee is created/updated #6

Open chris-yoon90 opened 10 years ago

chris-yoon90 commented 10 years ago

When the site admin creates a new employee or updates existing employee information, the password is set to random SecureRandom.urlsafe_base64 string.

I need to send notification email containing the new password to the employee.