Skip to content
Snippets Groups Projects
Commit 4550afba authored by deuce's avatar deuce
Browse files

Display 0 expiration date as "Never"

parent 4f78494f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
Expire: Expire:
</td> </td>
<td> <td>
%%JS:strftime("%m/%d/%y",user.security.expiration_date)%% %%JS:user.security.expiration_date?strftime("%m/%d/%y",user.security.expiration_date):"Never"%%
</td> </td>
<td> <td>
Last on: Last on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment