Quote:
Originally Posted by djbaxter
I created a new dummy user (me-test) and then selected that new member profile in AdminCP.
I don't have an option to right click "send activation codes" and open in a new tab or window from the button at the top of the AdminCP page.
The button is titled "Email Activation Codes".
Using the Firefox Web Developer: Inspector feature, i can see that this fills in and submits a form. Here's the code:
Code:
<!-- form started:49 queries executed -->
<form id="cpform" name="cpform" method="post" action="../register.php?do=emailcode"><input id="do" type="hidden" value="emailcode" name="do"></input><input type="hidden" value="4eaa72378b27e70a445a12c6a9846659" name="adminhash"></input><input type="hidden" value="1370790095-f6d3a87b7ba0ac11ee6a32833ba6a21ce6b3649e" name="securitytoken"></input><p align="center"><input id="submit0" class="button" type="submit" accesskey="s" value="Email Activation Codes" tabindex="1"></input></p><input type="hidden" value="TESTUSER@ISPDOMAIN.COM" name="email"></input></form>
<!-- form ended: 49 queries executed -->
Notice that it is still referencing register.php although that is no longer the correct name for the file.
1. I do use email verification and have made all the edits in the two indicated phrases.
2. I do not use Facebook Connect.
|
Thanks. I can confirm this is working on 4.2.1 on my site, so I assume it must be due to some conflict on yours.
In the drop down menu there should also be an option to email activation codes, can you try there too.
I'm talking about the "Quick User Links" drop down.