WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org
View all threadsHi,
I have fcart 5.0 installed and working, however there appears to be no easy
way to change the login page or administrator password? I feel like I am
missing something.
Are there instructions for 5.0 that explains how to change the login page
(since it states the password on it) and how to change the default
administrator passwords?
Thanks,
David
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edu | 920-424-7367
David,
Thanks for your note. Documentation for v5 is primarily located along with the code in GitHub. Instructions for changing the landing page are here:
https://github.com/collectionspace/cspace-ui.js/tree/master/docs/configuration/HowTo
Let us know if you have any additional questions.
Thanks,
Megan
Megan Forbes
CollectionSpace Program Manager
megan.forbes@lyrasis.org
917.267.9676 Cell
meganbforbes Skype
From: Talk talk-bounces@lists.collectionspace.org on behalf of David Hietpas hietpasd@uwosh.edu
Sent: Friday, October 19, 2018 12:10:41 PM
To: talk@lists.collectionspace.org
Subject: [Talk] Customizing UI on 5.0
Hi,
I have fcart 5.0 installed and working, however there appears to be no easy way to change the login page or administrator password? I feel like I am missing something.
Are there instructions for 5.0 that explains how to change the login page (since it states the password on it) and how to change the default administrator passwords?
Thanks,
David
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edumailto:hietpasd@uwosh.edu | 920-424-7367
That documentation describes how to change the text of the login screen,
but I'm unsure how you change the actual passwords now. The generated
Administrator and Reader users used to be editable in the Users Admin
screen, but at some point they became read only, so you can no longer
change the passwords there. I know how to set the passwords directly in the
database by generating the hash, but that seems like not the way we should
be telling people to do it. I might be missing something too.
Ray
On Mon, Oct 22, 2018 at 6:56 AM Megan Forbes megan.forbes@lyrasis.org
wrote:
David,
Thanks for your note. Documentation for v5 is primarily located along with
the code in GitHub. Instructions for changing the landing page are here:
https://github.com/collectionspace/cspace-ui.js/tree/master/docs/configuration/HowTo
Let us know if you have any additional questions.
Thanks,
Megan
Megan Forbes
CollectionSpace Program Manager
megan.forbes@lyrasis.org megan.forbes@lyrasis.org
917.267.9676 Cell
meganbforbes Skype
From: Talk talk-bounces@lists.collectionspace.org on behalf of David
Hietpas hietpasd@uwosh.edu
Sent: Friday, October 19, 2018 12:10:41 PM
To: talk@lists.collectionspace.org
Subject: [Talk] Customizing UI on 5.0
Hi,
I have fcart 5.0 installed and working, however there appears to be no
easy way to change the login page or administrator password? I feel like I
am missing something.
Are there instructions for 5.0 that explains how to change the login page
(since it states the password on it) and how to change the default
administrator passwords?
Thanks,
David
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edu | 920-424-7367
Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
I'm in the same boat as Ray. I'm still trying to figure out how to change
the password without making a new hash in the database.
I made the changes to the UI so there is no longer the common text on the
login page. I recommend making this file (
https://github.com/collectionspace/cspace-ui.js/blob/master/docs/configuration/messages.js)
linked from the customization documentation because it shows all the
available options.
On Sat, Oct 27, 2018 at 5:04 AM Ray Lee rhlee@berkeley.edu wrote:
That documentation describes how to change the text of the login screen,
but I'm unsure how you change the actual passwords now. The generated
Administrator and Reader users used to be editable in the Users Admin
screen, but at some point they became read only, so you can no longer
change the passwords there. I know how to set the passwords directly in the
database by generating the hash, but that seems like not the way we should
be telling people to do it. I might be missing something too.
Ray
On Mon, Oct 22, 2018 at 6:56 AM Megan Forbes megan.forbes@lyrasis.org
wrote:
David,
Thanks for your note. Documentation for v5 is primarily located along
with the code in GitHub. Instructions for changing the landing page are
here:
https://github.com/collectionspace/cspace-ui.js/tree/master/docs/configuration/HowTo
Let us know if you have any additional questions.
Thanks,
Megan
Megan Forbes
CollectionSpace Program Manager
megan.forbes@lyrasis.org megan.forbes@lyrasis.org
917.267.9676 Cell
meganbforbes Skype
From: Talk talk-bounces@lists.collectionspace.org on behalf of David
Hietpas hietpasd@uwosh.edu
Sent: Friday, October 19, 2018 12:10:41 PM
To: talk@lists.collectionspace.org
Subject: [Talk] Customizing UI on 5.0
Hi,
I have fcart 5.0 installed and working, however there appears to be no
easy way to change the login page or administrator password? I feel like I
am missing something.
Are there instructions for 5.0 that explains how to change the login page
(since it states the password on it) and how to change the default
administrator passwords?
Thanks,
David
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edu | 920-424-7367
Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edu | 920-424-7367
My apologies for a late response.
You'll need to use CollectionSpace's RESTFul API if you want/need to update the passwords of the default admin and reader accounts. These accounts are special and immutable to changes via the standard UI. I've created the following set of instructions on our wiki page that I hope will be helpful:
Please let me know if you find any mistakes and/or typos in the instructions so I can make corrections.
-Richard
From: Talk talk-bounces@lists.collectionspace.org on behalf of David Hietpas hietpasd@uwosh.edu
Sent: Thursday, November 8, 2018 6:52 AM
To: rhlee@berkeley.edu
Cc: talk@lists.collectionspace.org
Subject: Re: [Talk] Customizing UI on 5.0
I'm in the same boat as Ray. I'm still trying to figure out how to change the password without making a new hash in the database.
I made the changes to the UI so there is no longer the common text on the login page. I recommend making this file (https://github.com/collectionspace/cspace-ui.js/blob/master/docs/configuration/messages.js) linked from the customization documentation because it shows all the available options.
On Sat, Oct 27, 2018 at 5:04 AM Ray Lee <rhlee@berkeley.edumailto:rhlee@berkeley.edu> wrote:
That documentation describes how to change the text of the login screen, but I'm unsure how you change the actual passwords now. The generated Administrator and Reader users used to be editable in the Users Admin screen, but at some point they became read only, so you can no longer change the passwords there. I know how to set the passwords directly in the database by generating the hash, but that seems like not the way we should be telling people to do it. I might be missing something too.
Ray
On Mon, Oct 22, 2018 at 6:56 AM Megan Forbes <megan.forbes@lyrasis.orgmailto:megan.forbes@lyrasis.org> wrote:
David,
Thanks for your note. Documentation for v5 is primarily located along with the code in GitHub. Instructions for changing the landing page are here:
https://github.com/collectionspace/cspace-ui.js/tree/master/docs/configuration/HowTo
Let us know if you have any additional questions.
Thanks,
Megan
Megan Forbes
CollectionSpace Program Manager
megan.forbes@lyrasis.orgmailto:megan.forbes@lyrasis.org
917.267.9676 Cell
meganbforbes Skype
From: Talk <talk-bounces@lists.collectionspace.orgmailto:talk-bounces@lists.collectionspace.org> on behalf of David Hietpas <hietpasd@uwosh.edumailto:hietpasd@uwosh.edu>
Sent: Friday, October 19, 2018 12:10:41 PM
To: talk@lists.collectionspace.orgmailto:talk@lists.collectionspace.org
Subject: [Talk] Customizing UI on 5.0
Hi,
I have fcart 5.0 installed and working, however there appears to be no easy way to change the login page or administrator password? I feel like I am missing something.
Are there instructions for 5.0 that explains how to change the login page (since it states the password on it) and how to change the default administrator passwords?
Thanks,
David
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edumailto:hietpasd@uwosh.edu | 920-424-7367
Talk mailing list
Talk@lists.collectionspace.orgmailto:Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
--
David Hietpas
University of Wisconsin Oshkosh
hietpasd@uwosh.edumailto:hietpasd@uwosh.edu | 920-424-7367