cancel
Showing results for 
Search instead for 
Did you mean: 

FC5 - German - No login possible

blackwater
Champ in-the-making
Champ in-the-making
After resolving an issue with the missing "Alfresco Tutorial" document in the bootstrap classpath, the app is now starting and I'm presented the first time guest page after boot, but trying to login as admin/admin won't work:

Unable to login - unknown username/password.

Whats up ?

Where are the user accounts stored anyway ? Heres some contents of the db:

mysql> show tables from alfresco
    -> ;
+———————-+
| Tables_in_alfresco   |
+———————-+
| access_control_entry |
| access_control_list  |
| applied_patch        |
| auth_ext_keys        |
| authority            |
| child_assoc          |
| node                 |
| node_aspects         |
| node_assoc           |
| node_properties      |
| node_status          |
| permission           |
| store                |
| version_count        |
+———————-+

mysql> select * from access_control_list;
+—-+———-+
| id | inherits |
+—-+———-+
|  1 |         |
| 20 |          |
| 21 |          |
| 22 |          |
| 23 |         |
| 24 |          |
| 25 |         |
+—-+———-+
7 rows in set (0.00 sec)

mysql> select * from access_control_entry;
+—-+——–+—————+—————-+———+
| id | acl_id | permission_id | authority_id   | allowed |
+—-+——–+—————+—————-+———+
|  1 |      1 |             1 | GROUP_EVERYONE |        |
| 23 |     20 |            11 | GROUP_EVERYONE |        |
| 24 |     21 |            12 | GROUP_EVERYONE |        |
| 25 |     22 |            11 | guest          |        |
| 26 |     22 |            11 | GROUP_EVERYONE |        |
| 27 |     23 |            13 | GROUP_EVERYONE |        |
| 28 |     24 |            13 | guest          |        |
| 29 |     25 |            13 | guest          |        |
+—-+——–+—————+—————-+———+
8 rows in set (0.00 sec)

mysql> select * from permission;
+—-+—————————————————–+————-+
| id | type_qname                                          | name        |
+—-+—————————————————–+————-+
| 11 | {http://www.alfresco.org/model/content/1.0}cmobject | Consumer    |
| 12 | {http://www.alfresco.org/model/content/1.0}cmobject | Contributor |
|  1 | {http://www.alfresco.org/model/security/1.0}All     | All         |
| 13 | {http://www.alfresco.org/model/system/1.0}base      | Read        |
+—-+—————————————————–+————-+
4 rows in set (0.00 sec)

mysql> select * from authority;
+—————-+
| recipient      |
+—————-+
| GROUP_EVERYONE |
| guest          |
+—————-+
2 rows in set (0.00 sec)

mysql> select * from store;
+———–+————————-+————–+
| protocol  | identifier              | root_node_id |
+———–+————————-+————–+
| user      | alfrescoUserStore       |            1 |
| system    | system                  |            6 |
| workspace | lightWeightVersionStore |            9 |
| archive   | SpacesStore             |           10 |
| workspace | SpacesStore             |         1055 |
+———–+————————-+————–+
1 REPLY 1

heiko_robert
Star Collaborator
Star Collaborator
I tried the same way 😉
but the users are stored as items and for that in the file repository. Please read my answer to your other post http://forums.alfresco.com/viewtopic.php?p=8636

regards
Heiko
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.