Add ROLE_INCARICATO, configure mail, and add booking visualization specs

- Add ROLE_INCARICATO authority (AuthoritiesConstants, authority.csv)
- Configure SMTP mail settings for dev and prod environments
- Add faIdCard icon to FontAwesome config
- Add feature spec for booking visualization and management by role

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone Bierti
2026-04-07 12:17:29 +02:00
committed by Simone Bierti
parent f61e9b512c
commit b4d0ca4898
7 changed files with 101 additions and 9 deletions

View File

@@ -43,10 +43,14 @@ spring:
liquibase:
contexts: prod
mail:
host: localhost
port: 25
username:
password:
host: smtps.aruba.it
port: 465
username: noreply@bigc.it
password: Ungr@nb3l4n1m4l0
protocol: smtps
properties.mail.smtp:
auth: true
starttls.enable: true
thymeleaf:
cache: true