Home
last modified time | relevance | path

Searched refs:nextPasswordChangeInDays (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp72 const long nextPasswordChangeInDays, PasswordExpirationInfo& info) in fillPasswordExpiration() argument
81 info.newMaxAge = nextPasswordChangeInDays + lastChangeDaysAgo; in fillPasswordExpiration()
84 getEpochTimeNow() + nextPasswordChangeInDays * secondsPerDay; in fillPasswordExpiration()