diff --git a/HOWTO.html b/HOWTO.html index 41e46af..e2238c1 100644 --- a/HOWTO.html +++ b/HOWTO.html @@ -66,8 +66,9 @@

Backup of Database

Administrative Work on Database

-

To do all administrative work, the user queen@localhost is used. Since this webapp -uses only the database kdb, the following command should work.

+

To do all administrative work, the user queen@localhost is used. Since this +webapp uses only the database kdb, the following command should work. +

   $ mysql -u queen -p kdb
@@ -79,8 +80,13 @@ 

Database Tables

  • The table ir_people is used to store information about any person who needs to interact with the system. Each person is assigned a unique nick name (maximum length of 8 chars).
  • +
  • The table ir_login is used to store login credentials of any user + who needs access to the iragu application. Only authenticated users can do + anything useful. Password is stored as SHA2(password, 256) function of MySQL. +
  • +

    Operations