Skip to content

Commit e8671d3

Browse files
committed
Merge branch 'staging/1.5.14' into main
2 parents 18f931c + 22aeab5 commit e8671d3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ All notable changes to this project will be documented in this file.
5252
- Update hestia-php to 8.1.5
5353

5454

55+
## [1.5.14] - Service release
56+
57+
### Bugfixes
58+
59+
- Fixed an issue with login with ipv6 (#2564)
60+
- Fixed an issue with dns records containing an . (#2559)
61+
5562
## [1.5.13] - Service release
5663

5764
### Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.5.13 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.5.14 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

bin/v-check-user-password

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ then
6868
method='sha-512'
6969
else
7070
echo "Error: password missmatch"
71-
echo "$date $time $user $ip failed to login" >> $HESTIA/log/auth.log
71+
echo "$date $time $user $ip46 failed to login" >> $HESTIA/log/auth.log
7272
exit 9
7373
fi
7474
else
@@ -116,6 +116,6 @@ if [ -n "$return_hash" ]; then
116116
echo $hash;
117117
fi
118118
# Logging
119-
echo "$date $time $user $ip successfully logged in" >> $HESTIA/log/auth.log
119+
echo "$date $time $user $ip46 successfully logged in" >> $HESTIA/log/auth.log
120120

121121
exit

0 commit comments

Comments
 (0)