Ignore:
Timestamp:
02/15/23 17:58:59 (17 months ago)
Author:
trajchevaM <118018439+trajchevaM@…>
Branches:
main
Children:
59a8941, dad5bcd
Parents:
f0232fb
Message:

register functionality

  1. Changed css of login.html
  2. Changed css and html of register
  3. Foreign keys in Adopter and Employee changed from int to Integer
  4. AuthorisationService updated with methods for employee and adopter registration
  5. RegisterController works only for employee and adopter
  6. Added services for Organisation and Shelter for dropdown list on registration form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/templates/login.html

    rf0232fb rda44aef  
    5353<style>
    5454  body{
    55     color: darkslategray;
     55    color: #212121;
    5656  }
    5757  form{
    58     background-color: bisque;
     58    background-color: lightgray;
    5959    text-align: center;
    6060    padding: 20px;
    6161    border-radius: 20px;
    6262    width: 60%;
     63    margin-left: 300px;
    6364  }
    6465  body{
     
    6667  }
    6768  #button{
    68     background-color: cadetblue;
     69    background-color: #212121;
    6970    color: azure;
    7071    border: none;
Note: See TracChangeset for help on using the changeset viewer.