Modified page as per issue: bug-1550. #5
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/bug-1550"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following the request and notes in Bug-1550, implemented the following.
@ -103,4 +31,0 @@
</tr>
<?
if($_SESSION['profile']['points'] >= 50)
Is this the only occurrence of the 50 points check? Have you checked whether CommModule/client.pl or at least the place where the INSERT of the CSR occurs make sure that it is not possible to create certificates with the full name of the user?
My initial checks showed that the rest of the system continued to apply the 50 point check, but I will re-check as you have suggested.
I tried to reply to this, but got a CSRF error. Trying again.
I did not change any code in the system outside of page/account/3.php, and all of my examination of other code appears to show that nothing in the tests for 50 points has changed.
Advice for next time: please keep whitespace changes to a minimum
@bmc could you please resolve the merge conflict with the current version in the main branch? The large set of whitespace changes makes it hard to review this PR properly.
If the intended change (as discussed in #1550) is the only thing that needs to change it may be sufficient to make the "rootcert" form field into a hidden field with the value 2 and don't display a selection at all. This would be a 2 line change against the current code instead of the large change this PR contains currently.
I have replaced this branch with fix/bug-1550a implementing the change as requested by JanDD and therefore, this PR can be discarded.
Pull request closed