Forums / Developer / User Log In checked with Expiry date

User Log In checked with Expiry date

Author Message

Trevor Clowry

Tuesday 12 April 2005 7:07:29 am

I have a modified content class called "User" in the Users class group list.
The User class has an attribute "expiry date" and the idea is that if the expiry date is less than the current date, then the user can't log in. This is not implemented yet though.
I haven't created this site myself and im just wondering if anyone can guide me in the right direction on how to implement this.
For example, the form that the user uses to log in points to "users/login".
I have looked for the code that does the login script but have been unsuccessful so far. Is it in the kernel folder?

Sebastiaan van der Vliet

Wednesday 13 April 2005 1:16:45 am

Hi Trevor,

I think you don't have to modify the kernel to implement an expiry date on users. If you use the attribute identifier "unpublish_date" for the attribute with the name "Expiry date", I think it might be possible to use the unpublish cronjob script to disable users.

Cheers,
Sebastiaan

Certified eZ publish developer with over 9 years of eZ publish experience. Available for challenging eZ publish projects as a technical consultant, project manager, trouble shooter or strategic advisor.

Petter Arneson

Friday 03 February 2006 4:35:32 am

Did anyone implement this?

It sounds like a good suggestion, and exactly what we need for a new site.

If someone who have done this could give any pointers we would appreciate it..

www.vzt.no

Petter Arneson

Tuesday 07 February 2006 4:29:09 am

Hi!

I tried implementing this as suggested on a 3.6.0 site,
for deleting users after a given time (subscription):

- Added an attribute in user class with identifier "unpublish_date", of datatype "date and time".
- Filled the attribute with a time, e.g this morning.
- Added settings in settings/override/content.ini.append.php

[UnpublishSettings]
RootNodeList[]=5
ClassList[]
ClassList[]=4

- Added a workflow, "wait until date", for the unpublish_attribute...(altough I cant see why)
- Run cronjob manually on server, and it executed unpublish.php with no error.

But the user that should be deleted is still there, and is able to log in.
I would appreciate any hints!
- Thanks

www.vzt.no

eZ debug

Timing: Jan 18 2025 15:06:32
Script start
Timing: Jan 18 2025 15:06:32
Module start 'content'
Timing: Jan 18 2025 15:06:32
Module end 'content'
Timing: Jan 18 2025 15:06:32
Script end

Main resources:

Total runtime0.2328 sec
Peak memory usage4,096.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 587.7344180.8281
Module start 'content' 0.00710.0052 768.562598.0078
Module end 'content' 0.01230.2205 866.5703526.5469
Script end 0.2328  1,393.1172 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00361.5257200.0002
Check MTime0.00160.6698200.0001
Mysql Total
Database connection0.00100.435110.0010
Mysqli_queries0.185179.49611410.0013
Looping result0.00150.62711390.0000
Template Total0.220294.610.2202
Template load0.00080.357810.0008
Template processing0.219394.202210.2193
Override
Cache load0.00060.250010.0006
Sytem overhead
Fetch class attribute can translate value0.00080.364610.0008
XML
Image XML parsing0.00030.124910.0003
General
dbfile0.00482.0451200.0002
String conversion0.00000.003430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs