[srvx-bugs] [ srvx-Bugs-920396 ] authcookie response ignores make_cookie result
Brought to you by:
entrope
From: SourceForge.net <no...@so...> - 2004-03-21 08:59:46
|
Bugs item #920396, was opened at 2004-03-21 08:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403001&aid=920396&group_id=31654 Category: NickServ Group: 1.2 Status: Open Resolution: None Priority: 5 Submitted By: Simon Arlott (byte-) Assigned to: Entrope (entrope) Summary: authcookie response ignores make_cookie result Initial Comment: static NICKSERV_FUNC(cmd_authcookie) ... nickserv_make_cookie(user, hi, ALLOWAUTH, NULL); nickserv_notice(user, NSMSG_USE_COOKIE_AUTH); return 1; If there is a cookie on the account, nickserv_make_cookie() will tell the user and then return. There's no checking that the cookie didn't get added but the user is told one has been generated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403001&aid=920396&group_id=31654 |