This is both an auto-answer to my topic “Unable to set Internet Password” and an info request.
I found a bug in PUBNAMES.NTF (Italian) that prevents us from setting/resetting a user’s internet password.
The code of the “Set Internet Password” button (“Immettere la password”) contains the following code (subform $PersonInheritableSchema):
@SetField(“Password HTTP”;tmpPassword)
which should be:
@SetField(“HTTPPassword”;tmpPassword)
since the target field is named HTTPPassword.
How can I report this to be fixed in an upcoming FP?
Thanks.
A.