JanssenProject / JanssenProject/jans
feat: rename user_name -> smtpAuthenticationAccountUsername;
Open
kind-feature
- Dominant language
- Java
- Stars
- 648
- Forks
- 174
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
-------------------
### Description
Rename in the class:
**io.jans.model.SmtpConfiguration**
```
userName
password
passwordDecrypted
```
to
```
smtpAuthenticationAccountUsername (JsonProperty "smtp_authentication_account_username")
smtpAuthenticationAccountPassword (JsonProperty "smtp_authentication_account_password")
smtpAuthenticationAccountPasswordDecrypted
```
.
-------------------
Contributor guide
Assessment
This issue has not been assessed yet.