With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Free and Open Source HR Software
OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
...Download tsa_test.sql (only if not included)
3. Create MySQL database.
- Import tsa_test.sql
- create user and grant access to tsa database (default "tsa_test") with Global privileges
4. Setup TSA
- open browser go to /tsa/admins in your server address
you just have to set following field:
dbhost = (MySQL Server Hostname)
dbusername = (TSA Database username)
dbpassword = (TSA Database password)
OR
open and edit tsa.cfg in tsa directory
[database]
dbhost = (MySQL Server Hostname)
dbusername = (TSA Database username)
dbpassword = (TSA Database password)
You can set other field as you need(optional)
5. ...