Quote:
Originally Posted by BirdOPrey5
Weird, working ok for me. I added code to fix this issue.
Please do this- in your admin cp, right click on the users link and choose to open in a new window.
Then try sending the codes again.
Let me know the URL in your browser on the smilie page. (you can remove your domain if you want)
|
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.