Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Im 73 users dont use email as unique and primary key #117

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ public class CustomProperty {
private String value;
private boolean onlyAdmin;

public CustomProperty() {}

public CustomProperty(String key, String value, boolean onlyAdmin) {
this.key = key;
this.value = value;
Expand Down
5 changes: 3 additions & 2 deletions klab.hub/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ email:
hostname: mail.privateemail.com
port: 587
username: [email protected]
password: tinyhipposarefriend
# password: tinyhipposarefriend
password: PybONopOdEtH

replyable:
replyable:
Expand Down Expand Up @@ -101,4 +102,4 @@ license:
filename: "keyring/PubRing.pgp"
digest: "cad134cc3dfcb0e96acb90af56532a96171f858c4c30335541932c0e00a66c9deab764805d9b9f08a49619af211b96305b512d4cf256e8a9c29877d06d207c72"



Loading