IMA-WorldHealth / bhima-1.X

A hospital information system for developing countries.
GNU General Public License v2.0
10 stars 14 forks source link

FIX(login): prevent permissionless login #881

Closed jniles closed 9 years ago

jniles commented 9 years ago

Fixes #681.

This commit adds a check to ensure the user has permissions before login into bhima. If the user does not have any permissions, we display an error telling them to contact the system administrator.

Screenshot (FR) permissionlesserror

jniles commented 9 years ago

@dedrickenc fixed.