diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index eb71a4ea..71c9fb9e 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -620,6 +620,7 @@ uinfo_query(userec_t * u, int real, int unum) if (money_change) setumoney(unum, x.money); passwd_update(unum, &x); + passwd_index_update(unum, &x); if (money_change) { strlcpy(genbuf, "boards/S/Security", sizeof(genbuf)); stampfile(genbuf, &fhdr); |