View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001749 | Anope Stable (2.0.x series) | General | public | 2022-02-27 15:29 | 2022-05-16 07:39 |
Reporter | pegasus | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux | OS | Ubuntu | ||
Summary | 0001749: No nick confirmation on webcpanel | ||||
Description | While we can register nicks on webcpanel, we can't confirm them without connecting to IRC and issuing thr command "/ns confirm passcode". Would be neat if we could have a way to confirm nicks via webcpanel, either by specifying the nick and passcode in a form or via a direct link like "https://sub.domain.tld/confirm/users?nick=%n&passcode=%c" where %n gets replaced with the nickname and %c gets replaced with the confirmation code on the email message. Thanks in advance. | ||||
Tags | No tags attached. | ||||
|
I have also been wanting this feature / functionality, and have submitted a PR via GitHub (https://github.com/anope/anope/pull/293) that provides the ability to CONFIRM registrations via the Webcpanel. (It does not provide a direct link ability, as we want the user to login first, then click Confirm from the menu and paste their confirmation code -- similarly to IRC; they must Identify to Services prior to issuing the confirm command.) Anope Developers: feel free to make any changes, as desired. Hopeful to see it merged -- as I have heard from various other networks who also want this functionality. :) |