Skip to content

Commit

Permalink
sign in -> log in
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFokkinga committed Jan 3, 2024
1 parent aae9804 commit 956b4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pam_user
### Login flow:
```
$ ssh weblogin@<server>
(weblogin@<server>) Please sign in to: https://sbs.scz-vm.net/weblogin/pamweblogin/....
(weblogin@<server>) Please log in at: https://sbs.scz-vm.net/weblogin/pamweblogin/....
...
Verification code:
Expand Down
2 changes: 1 addition & 1 deletion src/pam_weblogin.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define DEFAULT_CONF_FILE "/etc/security/pam-weblogin.conf"
#define ALTERNATE_CONF_FILE "/etc/pam-weblogin.conf"

#define MSG_GROUPS "\nWhat group are you operating for?"
#define MSG_GROUPS "\nWhat group are you logging in for?"

#define PROMPT_USERNAME "Username: "
#define PROMPT_CODE "Verification code: "
Expand Down

0 comments on commit 956b4fb

Please sign in to comment.