Admin password lost
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2010 11:50 AM
Hello people,
I lost the admin password, I configured during the installation. What is the procedure to recovery this password ?
I want to modify the link mentionned in the mail sending when a new document is uploaded. How can I do it please ?
Thanks a lot !
I lost the admin password, I configured during the installation. What is the procedure to recovery this password ?
I want to modify the link mentionned in the mail sending when a new document is uploaded. How can I do it please ?
Thanks a lot !
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2010 03:04 AM
I'm having such problem too.
How can i give admin permission to another account? Or another way to solve this problem.
Best regards, Belashoff Andrey.
How can i give admin permission to another account? Or another way to solve this problem.
Best regards, Belashoff Andrey.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2010 03:51 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2010 04:10 AM
Admin account was deleted by accident.
If i modify
After login attempt i remove it from file, and login is successfully.
Look my
If i modify
config\alfresco\authority-services-context.xmland add users to section "AdminUsers", after restarting Alfresco Server i cannot log in with it.
After login attempt i remove it from file, and login is successfully.
Look my
config\alfresco\authority-services-context.xml
<property name="adminGroups">
<set>
<value>ALFRESCO_ADMINISTRATORS</value>
</set>
</property>
<property name="adminUsers">
<set>
<value>a.belashov</value>
</set>
</property>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2010 10:39 AM
The wiki entry:
http://wiki.alfresco.com/wiki/Security_and_Authentication#How_to_reset_the_admin_password
would appear to be out of date. Adding the <adminUsers> property to authority-services-context.xml no longer works. Does anyone have a workable solution for 3.3?
Doug
http://wiki.alfresco.com/wiki/Security_and_Authentication#How_to_reset_the_admin_password
would appear to be out of date. Adding the <adminUsers> property to authority-services-context.xml no longer works. Does anyone have a workable solution for 3.3?
Doug

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2010 10:59 AM
hi, there is a way for you to escape your misery in java coding and adding new servlet where you will access repository and change admin password ( you can do anything actually )
If you do not find any other way in xmls let me know i can provide you with the code.
If you do not find any other way in xmls let me know i can provide you with the code.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2010 11:20 AM
You could temporarily override this property (please revert back once the change has been made)
alfresco_user_store.adminusername=someotheruser
or you could override the authenticationComponent bean in the alfrescoNtlm subsystem as described in
http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Spring_Beans
alfresco_user_store.adminusername=someotheruser
or you could override the authenticationComponent bean in the alfrescoNtlm subsystem as described in
http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Spring_Beans
