Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains what to do when the employee gets an error during log in login to the Employee Portal.


Issue

Sometimes during the login to the Employee Portal, the person might get the following error “Employment end date is less than the current date”.

The issue might be caused by several factors. We describe each of them below.

How to solve

When the user gets a message that his employment end date is less than the current date, we need to check his employment date and fix it.

If the date is incorrect (less than today), you need to change it.

Info

The login requirements for the Employee portal can be found here: Difference between the Administrator, Employee and Crew Portals

Image RemovedImage Added

However, if the employment end date is empty or set sets correctly then the source of the problem is different. It means that there is probably one more PIN that has the same email as the crew in question.

In such a case, we need to run the below SQL script. Where “email@gmail.com” is the user’s email.

Code Block
select * from PW001P0T where teleno = 'email@gmail.com'

The result will show you the person that has the same e-mail and the employee in question. Remove the duplicate e-mail and the issue will be solved.