Skip to content

Commit

Permalink
Merge #1790
Browse files Browse the repository at this point in the history
1790: minor terminology fix in User docs r=asomers a=oconnor663

Passwords are hashed, not encrypted.

Co-authored-by: Jack O'Connor <oconnor663@gmail.com>
  • Loading branch information
bors[bot] and oconnor663 authored Aug 12, 2022
2 parents d96436e + 901857f commit 09b4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unistd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,7 @@ feature! {
pub struct User {
/// Username
pub name: String,
/// User password (probably encrypted)
/// User password (probably hashed)
pub passwd: CString,
/// User ID
pub uid: Uid,
Expand Down

0 comments on commit 09b4b49

Please sign in to comment.