Character in password not working

Found out that a password like “test$#123” is accepted but not working afterwards.
set system login user vyos authentication plaintext-password test$#123
can be saved without any complains, but will not be working for login afterwards.

The problem in this example seems to be the “$#”

Hi @RobertS
Try
set system login user vyos authentication plaintext-password 'test$#123'

It working on 1.2.4 LTS.

Also working on 1.1.8 and 1.2.2

set system login user vyos authentication plaintext-password ‘M#d1t3rr4n30#’`