default.templates.tenants.user-accounts.html.pasta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-biz Show documentation
Show all versions of sirius-biz Show documentation
Provides a framework for building web based business applications
@i18n("UserAccount.plural")
@i18n("Model.create")
@i18n("LoginData.username")
@i18n("Model.id")
@i18n("Model.name")
@i18n("Model.email")
@i18n("LoginData.password")
@i18n("LoginData.generatedPassword")
@i18n("LoginData.lastLogin")
@i18n("LoginData.numberOfLogins")
@account.getLogin().getUsername()
@account.getId()
@account.getPerson()
@account.getEmail()
@i18n("LoginData.password.set")
@i18n("LoginData.password.generate")
@account.getLogin().getGeneratedPassword()
@toUserString(account.getLogin().getLastLogin())
@account.getLogin().getNumberOfLogins()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy