{%
if UserIsNotSelf then
    local line = string.format( "Lock user:%s successfully.", username)
    echo(line)
else 
    echo("The currently logged-in user's account cannot be locked.")
end
%}