Users login in Confluence have an username format firstname.lastname@domain.com. I want to truncate the username to firstname.lastname and pass that value to the iFrame src tag.
How can I do that? Thanking you in advance.
That looks like a hard ask.
You could create a user macro to do that.
- Get the username
- split on @ character
- build an iframe with the username prefix in the iframe arc attribute
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.