Equivalent to the UpdatedDate field for individual uploads?

5 posts by 3 authors in: Forums > CMS Builder
Last Post: March 17, 2015   (RSS)

Hi all,

I’m trying to automatically  list the date and time when a specific upload was uploaded in a both list and detail viewer. 

Is there an equivalent to the record level UpdatedDate field for individual uploads?

Thanks,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Hi Damon,

Thanks for refreshing my failing memory.

I actually formatted the field output using the following:

<?php echo date("M jS,  Y H:i T", strtotime($upload['createdTime'])) ?>

I'm really glad that you folks are around to bail us out.

Best,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Hi Damon,

Since the last question was easy, maybe this one will be also...

Is there a way to log failed login attempts?

Hopefully logging the failed username and failed password and IP address?

Thanks,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By Dave - March 17, 2015

Hi Jerry, 

Is there a way to log failed login attempts?

Hopefully logging the failed username and failed password and IP address?

There's nothing built in to do that.  It's perhaps possible with a plugin or some custom code.

At some future point we'd like to add an "audit log" of specific user actions.  

Generally you wouldn't want to log plaintext failed passwords though because then you'd be logging typos that revealed the user's actual password.

What are you trying to achieve specifically? Is it a client request or just curious? 

Dave Edis - Senior Developer
interactivetools.com