[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-04-30 Thread Cecilia Vela Gurovic
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  Fix Released

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-03-23 Thread Kristina Hoeppner
** Tags added: nominatedfeature

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  Fix Committed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-03-21 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  Fix Committed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-03-14 Thread Steven
Environment tested: Master
Browser tested: Chrome

PRECONDITIONS: 
 
1) CSV contains the following expiry dates
a) date in the past 
b) todays date
c) date in the wrong format (ie 07/03/2019) 
d) invalid date (ie 2020-07-32)
e) date in the future but not more than 7 days 
f) date in the future greater than 7 days 
2) Mahara system contains users that has an expired account and can no longer 
log in

TEST STEPS: 
 
1) Log in as Site admin
2) Browse to the Add users by CSV page (Admin menu > Users > Add users by CSV
3) Upload a file that contains the above data 
4) Confirm the following error messages are displayed 
  a) Error on line 2: The expiry "2018-02-01" cannot be in the past. ✔  (date 
in the past)
  b) Error on line 4: The expiry "03-04-2019" is invalid. Please use 
-MM-DD. ✔ (date in the wrong format (ie 07/03/2019))
  c) Error on line 5: The expiry "2019-03-32" is invalid. Please use 
-MM-DD. ✔ (invalid date (ie 2020-07-32))
5) Fix the above errors in the CSV by setting the date to date in the future 
but not more than 7 days
6) Confirm the upload is successful with no errors displayed  ✔
7) Confirm that emails are sent to users that have an expiry date that is 
within 7 days of todays date  ✔
8) Browse to the User search page and select a user that was in the CSV upload 
9) Browse to the users Account settings page 
10) Confirm that the Account expires date is displayed and is the same as what 
was in the CSV  ✔
11) Log out and log in as a user that has an account that has expired 
12) Confirm that user cannot log in ✔
13) Log out and log in as a user that has an account that has expired and has 
had their wxpiry date updated to the future
14) Confirm that the user is now able to log into their Mahara account ✔

* NOTES: *
1) If the CSV contains details of an existing user - ensure that the Update 
users switch is set to Yes
2) emails are not sent right away the cron must be run first - add the 
following to the base URL to run the cron  /lib/cron.php
3) There is another patch that must be used with this patch so that the date 
will display in the "Account expires" field located in the Accounts page for a 
user

Catalyst QA Approved ✔

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-03-12 Thread Steven
Bug Fixed - using today's date as an expiry date in the CSV does not
throw an error message ✔

Catalyst QA Approved ✔

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-03-11 Thread Steven
Bug - Error message displayed when using today's date

PRECONDITIONS: 

1) CSV contains an expiry date of today's date (ie 2019-03-12)

TEST STEPS: 

1) Log in as Site admin
2) Browse to the Add users by CSV page (Admin menu > Users > Add users by CSV
3) Upload a file that contains the above data 

Expected result - no error message is displayed

Actual result - Error message displayed when using today's date - Error
on line 3: The expiry "2019-03-12" cannot be in the past.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-03-03 Thread Steven
Environment tested: Master
Browser tested: Chrome

PRECONDITIONS: 
 
1) CSV contains the following expiry dates
a) date in the past 
b) today's date
c) date in the wrong format (07/03/2019) 
d) invalid date (2019-03-32)
e) date in the future but not more than 7 days 
f) date in the future greater than 7 days 

TEST STEPS: 
 
1) Log in as Site admin
2) Browse to the Add users by CSV page (Admin menu > Users > Add users by CSV
3) Upload a file that contains the above data 
4) Confirm the following error messages are displayed 
a) Error on line 2: The expiry "2018-02-01" cannot be in the past. ✔
b) Error on line 4: The expiry "03-04-2019" is invalid. Please use -MM-DD. ✔
c) Error on line 5: The expiry "2019-03-32" is invalid. Please use -MM-DD. ✔
5) Fix the above errors in the CSV by setting the date to date in the future 
but not more than 7 days
6) Confirm the upload is successful with no errors displayed  ✔
7) Confirm that emails are sent to users that have an expiry date that is 
within 7 days of todays date  ✔
8) Browse to the User search page and select a user that was in the CSV upload 
9) Browse to the users Account settings page 
10) Confirm that the Account expires date is displayed and is the same as what 
was in the CSV  ✔
11) Log out and log in as a user that has an account that has expired 
12) Confirm that user cannot log in 

*** NOTES: ***
1) emails are not sent right away the cron must be run first - add the 
following to the base URL to run the cron  /lib/cron.php
2) There is another patch that must be used with this patch so that the date 
will display in the "Account expires" field located in the Accounts page for a 
user

Catalyst QA Approved ✔

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2019-02-27 Thread Lisa Seeto
I have added an expiry field for CSV uploads.  This is in the date
format -MM-DD and can be left blank.  The date uploaded via CSV will
take precedence over the site "account expires" setting.

** Changed in: mahara
 Assignee: (unassigned) => Lisa Seeto (lisaseeto)

** Changed in: mahara
Milestone: None => 19.04.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2017-07-04 Thread Kristina Hoeppner
** Changed in: mahara
 Assignee: peter (peterh-k) => (unassigned)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2015-02-25 Thread Ghada El-Zoghbi
** Changed in: mahara
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2015-02-24 Thread Mike Kelly
I would suggest that the CSV data should take precedence. It could be
left out if the user wants to use the site defaults.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2015-02-22 Thread peter
Which should take precedence, the default expiry date set in site
options in the mahara configuration, or the date put in the csv file?

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2015-02-10 Thread peter
** Changed in: mahara
 Assignee: (unassigned) = peter (peterh-k)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2015-01-07 Thread Kristina Hoeppner
** Tags added: academy

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2014-01-23 Thread Mike Kelly
That sounds like it would do the job. 
This would be useful because manually created accounts in particular often have 
a requirement for an account expiry date.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1271618] Re: Create users by CSV - allow specification of end date

2014-01-22 Thread Aaron Wells
So filling in the Account expires field for the users, via the CSV?
That sounds like it should be pretty easy.

** Changed in: mahara
   Importance: Undecided = Wishlist

** Changed in: mahara
   Status: New = Confirmed

** Tags added: bite-sized

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1271618

Title:
  Create users by CSV - allow specification of end date

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Could we please allow the setting of an end date for the lifecycle of
  the users' accounts when creating users by CSV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271618/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp