public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox_login_manager v2] fix #6231: Removed whitespace-trimming from password entry field
       [not found] <f.weber@proxmox.com>
@ 2025-04-30 16:25 ` Alexander Abraham
  2025-05-21 12:30   ` [pve-devel] applied: " Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Abraham @ 2025-04-30 16:25 UTC (permalink / raw)
  To: pve-devel

The whitespace-trimming was removed for the password field
in the login form to allow users to also use spaces in their
passwordsThe whitespace-trimming was removed for the password field
in the login form to allow users to also use spaces in their
passwords.

Signed-off-by: Alexander Abraham <a.abraham@proxmox.com>
---
 lib/proxmox_login_form.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/proxmox_login_form.dart b/lib/proxmox_login_form.dart
index 735bd42..5916563 100644
--- a/lib/proxmox_login_form.dart
+++ b/lib/proxmox_login_form.dart
@@ -464,7 +464,7 @@ class _ProxmoxLoginPageState extends State<ProxmoxLoginPage> {
       //cleaned form fields
       final origin = normalizeUrl(_originController.text.trim());
       final username = _usernameController.text.trim();
-      final String enteredPassword = _passwordController.text.trim();
+      final String enteredPassword = _passwordController.text;
       final String? savedPassword = widget.password;
 
       final password = ticket.isNotEmpty ? ticket : enteredPassword;
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH proxmox_login_manager v2] fix #6231: Removed whitespace-trimming from password entry field
  2025-04-30 16:25 ` [pve-devel] [PATCH proxmox_login_manager v2] fix #6231: Removed whitespace-trimming from password entry field Alexander Abraham
@ 2025-05-21 12:30   ` Dominik Csapak
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Csapak @ 2025-05-21 12:30 UTC (permalink / raw)
  To: pve-devel

On 4/30/25 18:25, Alexander Abraham wrote:
> The whitespace-trimming was removed for the password field
> in the login form to allow users to also use spaces in their
> passwordsThe whitespace-trimming was removed for the password field
> in the login form to allow users to also use spaces in their
> passwords.
> 
> Signed-off-by: Alexander Abraham <a.abraham@proxmox.com>
> ---
>   lib/proxmox_login_form.dart | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-21 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f.weber@proxmox.com>
2025-04-30 16:25 ` [pve-devel] [PATCH proxmox_login_manager v2] fix #6231: Removed whitespace-trimming from password entry field Alexander Abraham
2025-05-21 12:30   ` [pve-devel] applied: " Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal