mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 02:55:41 +02:00
Missed one half of bug #54855 whoops
This commit is contained in:
committed by
Nils Adermann
parent
24fda6671d
commit
5003595ed6
@ -97,6 +97,7 @@
|
||||
<li>[Fix] No longer return the character O in generated random strings and passwords. (Bug #57345)</li>
|
||||
<li>[Fix] Allow redirect() function to redirect across directories. (Bug #56965)</li>
|
||||
<li>[Fix] Add terminating semicolons to JavaScript code. (Bug #58085 - Patch by nn-)</li>
|
||||
<li>[Fix] Minor language fixes. (Bug #54855)</li>
|
||||
<li>[Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)</li>
|
||||
</ul>
|
||||
|
||||
|
@ -10,7 +10,7 @@ Username: {USERNAME}
|
||||
Board URL: {U_BOARD}
|
||||
----------------------------
|
||||
|
||||
Your account is currently inactive and will need to be approved by an administrator before you can log in. Another email will be sent when this has occured.
|
||||
Your account is currently inactive and will need to be approved by an administrator before you can log in. Another email will be sent when this has occurred.
|
||||
|
||||
Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.
|
||||
|
||||
|
Reference in New Issue
Block a user