Hi,
The serial is a text, and you can put into whatever you want.
So you can put a text with several lines ; with the username and the password.
You can also use a more "dynamic" method by using some kind of "serialization".
{USER: "the username", PASSWORD: "the wifi password"}
And use a custom plugin which will display the serial depending the context.
www.hikashop.com/support/documentation/1...fct_ondisplayserials
Using some kind of "serialization" you can have something without "translated text" in your database and display it like you want to the user.
Regards,