Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reset Password?

I'm an idiot and forgot my admin module password. I'm an even bigger idiot because I tried to remedy it by executing the following query against the talend_administrator database:
update user set password = password('fancyN3wPas5') where login = 'who@cares.com';
Unfortunately, now I am unable to log in at all. I probably would have been able to guess it eventually the other way. Is there any way I can reset it using a query, seeing as I can't get into the account module because I forgot then screwed up my password?
Labels (2)
2 Replies
smallet
Creator II
Creator II

UPDATE `user` set `password`=0x21232F297A57A5A743894A0E4A801FC3 where id =1;
will reset password to 'admin'
Anonymous
Not applicable
Author

first time open up demo project TIS 4 gives me below error , why?
java.lang.NoClassDefFoundError: Could not initialize class org.talend.designer.components.model.ComponentsFactory
at org.talend.designer.components.model.ComponentsService.getComponentsFactory(Unknown Source)
at org.talend.repository.model.ComponentsFactoryProvider.getInstance(Unknown Source)
at org.talend.core.CoreService.componentsReset(Unknown Source)
at org.talend.repository.model.ProxyRepositoryFactory.logOnProject(Unknown Source)
at org.talend.repository.ui.login.LoginDialog$1.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Hi,
Please report a new topic for our question if it is not related to this topic.
Best regards
Shong