$g_crypto_master_salt is used internally to generate strings such as passwords, API keys, confirmation hashes, etc.
You can safely change it.
Search found 56 matches
- 30 Nov 2020, 16:04
- Forum: Help
- Topic: Can you change $g_crypto_master_salt
- Replies: 3
- Views: 310
- 30 Nov 2020, 15:47
- Forum: Help
- Topic: db_query() prevents to insert string '{'
- Replies: 2
- Views: 210
Re: db_query() prevents to insert string '{'
Our database abstraction layer uses the syntax {xxx} as placeholder for internal table names, e.g. select * from {bug} Currently the code just performs a blind replacement of '{' by the table prefix, and ' }' by the suffix. This should be done in a more discerning manner. Unfortunately, there is cur...
- 26 Oct 2020, 16:23
- Forum: General Discussion
- Topic: Mantis with MySQL
- Replies: 2
- Views: 918
Re: Mantis with MySQL
Check your PHP / web server log for errors.
- 26 Oct 2020, 14:01
- Forum: Help
- Topic: LDAP: cannot update information in database due to encoding
- Replies: 3
- Views: 3241
Re: LDAP: cannot update information in database due to encoding
Just a thought, the reference to samAccountName in $g_ldap_uid_field configuration parameter indicates that you are using LDAP to access an Active Directory server, but you did not set $g_ldap_protocol_version = 3; which is required for such connections, as documented in the Admin Guide . Microsoft ...
- 26 Oct 2020, 12:54
- Forum: Help
- Topic: LDAP: cannot update information in database due to encoding
- Replies: 3
- Views: 3241
Re: LDAP: cannot update information in database due to encoding
Possibly the same issue, with MantisBT 2.24.3 - https://mantisbt.org/bugs/view.php?id=27420
@theseus did you ever find a solution to your problem ?
@theseus did you ever find a solution to your problem ?
- 02 Jun 2020, 15:57
- Forum: Help
- Topic: Upgrade Old version of Mantis version 1 to latest version
- Replies: 2
- Views: 1735
- 02 Jun 2020, 11:00
- Forum: Help
- Topic: Mantisbt LDAP startTLS
- Replies: 1
- Views: 1337
Re: Mantisbt LDAP startTLS
Please have a look at https://mantisbt.org/bugs/view.php?id=15361
We are still waiting for that pull request, so If you're willing to do the legwork and submit one with working code based on the attached patch, I'll gladly review it.
We are still waiting for that pull request, so If you're willing to do the legwork and submit one with working code based on the attached patch, I'll gladly review it.
- 14 May 2020, 14:01
- Forum: Help
- Topic: MySQL migration from localhost to webhost
- Replies: 4
- Views: 2209
- 27 Mar 2020, 11:04
- Forum: French
- Topic: Mise à jours 2.5.1 -> 2.23.0
- Replies: 1
- Views: 4124
Re: Mise à jours 2.5.1 -> 2.23.0
> J'imagine que je ne peux pas passer vers la 2.23.0 d'un seul coup.
Si, bien sûr.
Le processus de mise à jour est décrit dans la documentation (en anglais, désolé).
http://mantisbt.org/docs/master/en-US/A ... ll.upgrade
Si, bien sûr.
Le processus de mise à jour est décrit dans la documentation (en anglais, désolé).
http://mantisbt.org/docs/master/en-US/A ... ll.upgrade
- 27 Mar 2020, 10:59
- Forum: General Discussion
- Topic: Related Changesets BOX
- Replies: 1
- Views: 3399
Re: Related Changesets BOX
Related changesets is still there and working just fine in MantisBT 2.x
See for example https://mantisbt.org/bugs/view.php?id=26811#changesets
As a side note, why 2.1.0 ? You should upgrade to the latest (2.24)
See for example https://mantisbt.org/bugs/view.php?id=26811#changesets
As a side note, why 2.1.0 ? You should upgrade to the latest (2.24)
- 27 Mar 2020, 10:51
- Forum: General Plugin Discussion
- Topic: Using Composer for installing MantisBT plugins
- Replies: 2
- Views: 4261
Re: Using Composer for installing MantisBT plugins
Nice !
I'll give that a shot when I have some time.
I'll give that a shot when I have some time.
- 03 Jan 2020, 01:58
- Forum: General Discussion
- Topic: APPLICATION ERROR #1502
- Replies: 7
- Views: 7534
Re: APPLICATION ERROR #1502
It was removed from the admin guide, as it was no longer necessary.
See https://github.com/mantisbt/mantisbt/co ... ff5638ed46
See https://github.com/mantisbt/mantisbt/co ... ff5638ed46
- 03 Jan 2020, 01:50
- Forum: General Discussion
- Topic: Product Matrix
- Replies: 4
- Views: 3987
Re: Product Matrix
Look at pull request #3 which was an attempt to make it compatible with MantisBT 1.3, back in 2016. I had started to review it, then got sidetracked and it never went through. It may even be mergeable, but I don't have time to check now. Anyway you should probably start from that point. Adapting 1.3...
- 25 Nov 2019, 14:42
- Forum: Help
- Topic: BUG in Mantis - Forbidden in google chrome + firefox with Steps to reproduce when "user" is typed in that field.
- Replies: 2
- Views: 1438
Re: BUG in Mantis - Forbidden in google chrome + firefox with Steps to reproduce when "user" is typed in that field.
This is not reproducible in a fresh installation of MantisBT 2.22.1.
Are you using any plugins or custom functions ? Was the MantisBT source code modified in any way ?
Are you using any plugins or custom functions ? Was the MantisBT source code modified in any way ?
- 30 Oct 2019, 11:37
- Forum: Help
- Topic: mantisbt.org website broken
- Replies: 1
- Views: 1404
Re: mantisbt.org website broken
We have been suffering from DDOS attacks lately, which probably explains the web site being unresponsive or even not available. We're trying our best to resolve issues, but it is not always possible to do so in a timely manner as we do this in our spare time. Apologies for the inconvenience. PS: fee...